Hi all,

i´m doing some selects like this:
<html:select property="foo">
  <html:option key="please select" value="null"/>
  <html:optionsCollection name="foo" property="bar"/>
</html:select>

Now, i have to validate, that the user has made his choice, which means that the 'foo' property is notNull.

Does anyone have an idea how to realise this in struts ?

Thanks

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



Reply via email to