I have an arraylist which contains Employee information. I need to show it in a table format so that it is displayed as below.
Each Employee handles various operations for diffrent varieties of parts.
For each employee I have to show the operations and parts in a tabular format.Also after each employess information, there will be a second table which will summarise the number of operation for each part for the employee.
These two table will come sequentially for each employee. Can anyone help me how the coding should be done. I am using
struts. So will have to have the logic in the
java file. and have to use bean property in
jsp iterate tag to show the tables..