hi friends,
I am new to teh community as well as to coding in java.
and now i am facing a problem i hope any one can help me out.
My problem is that i have some rows i want to group the rows by a particular coloumn name. say i have 5 rows in the table with coloumns like
Name class Subject Number
_______________ _______________ ______
sum of marks
Now i want to group the students with same name and then sum the number of marks the person got in all the subjects this sum is to be calculated in the jsp only and the logic of display and grouping the rows also should be in jsp.
Please help me with a solution !!!!
I am new to teh community as well as to coding in java.
and now i am facing a problem i hope any one can help me out.
My problem is that i have some rows i want to group the rows by a particular coloumn name. say i have 5 rows in the table with coloumns like
Name class Subject Number
_______________ _______________ ______
sum of marks
Now i want to group the students with same name and then sum the number of marks the person got in all the subjects this sum is to be calculated in the jsp only and the logic of display and grouping the rows also should be in jsp.
Please help me with a solution !!!!
Comment