help with selecting
hi all,
i have a jsp page which retrieves data from a table and it works fine. i was wondering how would i make it that when a user selects a head title then the specific grade and comment under that heading should be shown. e.g. say there is a head title 'Correctness', if the user selects it then the grade and comment, which is for that heading, should be shown.
i have a table for it which is like this:
headpk
g1
comment1
g2
comment2
g3
comment3
any ideas would be appreciated.
thanx

