HI Friends
i will explain the scenario first
i have a page, in that i need to display questions and options for that question.
questions are dynamic, how many i have in database, i need to display all.
and options for a question also dynamic , means one question may have 2 options and other can have 10 options.
For this i created one Question Bean
options Bean is
in Struts-config.xml
in
jsp but it is throwing Exception
How to say in struts-config.xml that a form-property contains another bean and how to solve this problem.
Could any body explain me please?