Hello and thanks for reading!

I have a form that contains a Collection of objects. The 
Objects have these String properties:
 
ownAccess, roleAccess and allAccess.

How can I write this out using the html:radio tags? Can use 
them at all for
this? Each property will need a radio button group, something like:

<input type="radio" name="a.ownAccess" value="na">
<input type="radio" name="a.ownAccess" value="ro">
<input type="radio" name="a.ownAccess" value="rw">

If I just iterate round the Collection and write these out, 
how can do it in
such a way that will make Struts populate the collection in 
the Form? Or is
this not possible?

Many thanks in advance for any help/advice on this.

(Sorry for the re-post)

Mike


This message was written in plain text mode. 
Everything below the dotted line was not 
written by the author of this email. 
---------------------- 


=**********************************************************

If you are not the intended recipient, employee or agent responsible for delivering 
the message to the intended recipient, you are hereby notified that any dissemination 
or copying of this communication and its attachments is strictly prohibited.

If you have received this communication and its attachments in error, please return 
the original message and attachments to the sender using the reply facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does not accept 
legal responsibility for the contents of this message.  Any views or opinions 
presented are solely those of the author and do not necessarily represent those of the 
UCLES Group unless otherwise specifically stated.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not guarantee that 
this email is virus free.

**********************************************************=



***********************************************************

If you are not the intended recipient, employee or agent responsible for delivering 
the message to the intended recipient, you are hereby notified that any dissemination 
or copying of this communication and its attachments is strictly prohibited.

If you have received this communication and its attachments in error, please return 
the original message and attachments to the sender using the reply facility on e-mail.
Internet communications are not secure and therefore the UCLES Group does not accept 
legal responsibility for the contents of this message.  Any views or opinions 
presented are solely those of the author and do not necessarily represent those of the 
UCLES Group unless otherwise specifically stated.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not guarantee that 
this email is virus free.

***********************************************************

Reply via email to