Re: iterator and radio struts2

2009-10-13 Thread Odelya YomTov
ge- > 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 have the following class: > > public class Question implements Serializable

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 strut

iterator and radio struts2

2009-10-13 Thread Odelya YomTov
Hi! I have the following class: public class Question implements Serializable { private Integer id; private String content; private String type; private List answers = new ArrayList(); . } And class answer: public class Answer implements Serializable{ private Integer