RE: form properties and html:options with collection

2003-10-13 Thread Robert Taylor
Make sure you aren't redirecting the request, but rather forwarding. If you redirect (which I suspect your are doing) and the form is in the request scope, then you will lose all data set in the form. robert -Original Message- From: Sonam Belbase [mailto:[EMAIL PROTECTED] Sent:

Re: form properties and html:options with collection

2003-10-13 Thread Sonam Belbase
Robert, In my action, on success I forward the request to a tiles definition called content.addNewName, which in return calls another definition. Could the data be lost because of this? action path=/journalSetType type=com.msdw.libra.ae.actions.selectNewName name=newNameForm

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