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
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
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
3 matches
Mail list logo