Hi Shruthi,
Thanks a lot for your reply.
I am getting results from stored procedures. that part is ok.
but I need to display that results in jsp.
some time i get 10 questions and answers and sometime 5. i need to display that in jsp.
Some questions have more than 3 answers (radio buttons) and some questions have check boxes as answers.
for example
Question A: bla bla bla bla
Ans radio button[value]
radio button[value]
radio button[value]
Question2: bla bla bla
checkbox [value]
checkbox [value]
chekbox [value]
All the check box and radio buttons are dynamically created based ion the query.
I need to display this in a JSP page.
I am confused with how to map this question and answer.....
Thanks