Displaying dynamic Questions from the database on the page?
Hi..All,
On a particular page, I have to display questions that I retrieve from the database. There might be 1 question or 10 questions (i.e will increase or decrease depending on certain parameters). After each question I also have to display a text box for the user to enter the values.
How do I achieve this in JSF & what would the backing bean look like?
Regards,
P

