Re: iterator and radio struts2

2009-10-13 Thread Odelya YomTov
hi! the problem was that i didn't have a get method for id and content. Now my question is: when i run the page, the source code writes the radio buttons like this: what i need it to save the answer for each question. how can i do it? what variable do i have to declare in the action class and h

RE: iterator and radio struts2

2009-10-13 Thread Lee Clemens
It looks like you may be able to nest tags to achieve this. --Lee -Original Message- From: Odelya YomTov [mailto:ode...@jpost.com] Sent: Tuesday, October 13, 2009 6:09 PM To: 'Struts Users Mailing List' Subject: iterator and radio struts2 Hi! I ha