use servlet the get the html, create the item name from database; then use servlet request get the value in the html, the name of buttons U can get from database 2. I think it's simple than others. -- BestRegards, Mead http://yayisoft.com
Jack Benny - "I don't deserve this award, but I have arthritis and I don't deserve that either." On Wed, Sep 10, 2008 at 9:06 PM, Dan <[EMAIL PROTECTED]> wrote: > Hi, > > I need to display in a jsp a form with dynamic radio buttons, I mean: > > There are several items in my DB. One item is read (each item has one > question and 4 possible answers). > I need to display the question and the 4 answers as a radio option > dynamically (with a bean). Then the users cheks an answer, and submits the > selected option. The corresponding action is called. Afterwards, another > different item is selected and the question/answers displayed, till the end > of the test. > > I found this approach to display the properties of a bean as dynamic > options using "Indexed properties" at: > http://faq.javaranch.com/java/IndexedProperties > > Is there another "approach" or option to develop this stuff? > > Regards and thanks in advance ;) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >