RE: populate html:select

2004-10-04 Thread Anna Kerekes
Yes, I was using the old tag but now works like a charm... thanks :) From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Fri 01/10/2004 4:03 PM To: Struts Users Mailing List Subject: Re: populate html:select From: "Anna Kerekes" <[EMAIL PROTE

Re: populate html:select

2004-10-01 Thread Wendy Smoak
From: "Anna Kerekes" <[EMAIL PROTECTED]> > Just the "select" list information is gone, all the textbox information is preserved on the form. Thanks for confirming that. If you want Struts to "remember" the selected items, then you MUST use Struts tags to display those items, and in this case.

RE: populate html:select

2004-10-01 Thread Anna Kerekes
Just the "select" list information is gone, all the textbox information is preserved on the form. From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Fri 01/10/2004 3:38 PM To: Struts Users Mailing List Subject: Re: populate html:select From: &qu

Re: populate html:select

2004-10-01 Thread Wendy Smoak
From: "Anna Kerekes" <[EMAIL PROTECTED]> > This case is different from the regular use of html:option because this > information is never saved to a Collection (since the validation failed).. > so this information about the dropdown menu needs has to be retrieved > from the request scope or som

RE: populate html:select

2004-10-01 Thread Anna Kerekes
From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Fri 01/10/2004 2:35 PM To: Struts Users Mailing List Subject: Re: populate html:select From: "Anna Kerekes" <[EMAIL PROTECTED]> Hello, 1 ... > The problem is that the value selected from the drop-down menu (i.e. ht

Re: populate html:select

2004-10-01 Thread Wendy Smoak
From: "Anna Kerekes" <[EMAIL PROTECTED]> Hello, 1 ... > The problem is that the value selected from the drop-down menu (i.e. html:select) > before the "submit" button was hit is NOT preserved on the form You need to use Struts tags for the options if you expect the framework to pre-fill the form.