From: "Chatzinikos, Fotis, VF-GR Consultant" <[EMAIL PROTECTED]>

Some days ago I sent a mail here (Title: Pre-population of <html:select>
tag using multiple<html:option> tags) and got no reply.

Try re-posting just the <html:select> section and the resulting HTML when you 'view source' on the page. If your form bean has a matching String property, the framework ought to pre-select the right option for you. If you haven't already, add a <bean:write> tag to prove that the form property is set to what you think it is.

Also, it's possible that some people didn't get past the first sentence where you said you're using 'reset' to preopulate a form bean. (Normally, the only thing you need to do in 'reset' is set checkboxes to false, and then only for a session-scoped form bean. A 'SetupAction' or some variant of DispatchAction can help with form pre-population.)


HTH,
--
Wendy Smoak

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to