form properties and html:options with collection

2003-10-13 Thread Sonam Belbase
Hi, What is the best way of setting a Java Collection which holds Java Objects as a property of the form, and retrieving the Object and it's properties on a JSP? I've tried it as such but have not been successful: In my action, I have created a list called myList which holds objects of type

RE: form properties and html:options with collection

2003-10-13 Thread Robert Taylor
: Monday, October 13, 2003 12:49 PM To: Struts Users Mailing List Subject: form properties and html:options with collection Hi, What is the best way of setting a Java Collection which holds Java Objects as a property of the form, and retrieving the Object and it's properties on a JSP

Re: form properties and html:options with collection

2003-10-13 Thread Sonam Belbase
in the form. robert -Original Message- From: Sonam Belbase [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 12:49 PM To: Struts Users Mailing List Subject: form properties and html:options with collection Hi, What is the best way of setting a Java Collection which

RE: form properties and html:options with collection

2003-10-13 Thread Robert Taylor
] Sent: Monday, October 13, 2003 1:46 PM To: Struts Users Mailing List Subject: Re: form properties and html:options with collection Robert, In my action, on success I forward the request to a tiles definition called content.addNewName, which in return calls another definition. Could

Re: form properties and html:options with collection

2003-10-13 Thread Sonam Belbase
PROTECTED] Sent: Monday, October 13, 2003 1:46 PM To: Struts Users Mailing List Subject: Re: form properties and html:options with collection Robert, In my action, on success I forward the request to a tiles definition called content.addNewName, which in return calls another

RE: form properties and html:options with collection

2003-10-13 Thread Robert Taylor
value=value/ /html:select robert -Original Message- From: Sonam Belbase [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 2:38 PM To: Struts Users Mailing List Subject: Re: form properties and html:options with collection It's working now. I added a bean:define to define

RE: form properties and html:options with collection

2003-10-13 Thread Kris Schneider
=myOptions label=label value=value/ /html:select robert -Original Message- From: Sonam Belbase [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 2:38 PM To: Struts Users Mailing List Subject: Re: form properties and html:options with collection It's working now