Hi,

I'm using struts select and options tag for creating a dropdown. I want to 
submit the "form" on selecting from the dropdown.
I coded :

<html:select property="organizationName" onchange="this.form.submit()">
        <html:options collection="orgTypes" property="value" />

Can someone help me on this.

Thanks
Ravi


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

Reply via email to