You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Todor Sergueev Petkov <t....@basalmed.uio.no> on 2003/08/06 11:04:53 UTC

Drop down Boxes help

Hello everybody,
	I have a form containing multiple fields and drop down boxes... I have
one ActionForm and one DispatchAction
associated with all of them and I would like to distinguish which if the
drop down boxes was chosen...
Something like the following :

	<html:select property="sourceArea" onchange='......here I would like to
be able to specifie something like action-1.do...'> 
                <html:options collection="L1" 
                              property="idValue"
                              labelProperty="displayValue" />
               </html:select>

What is the best way to do it with strutsand struts tag libraries or
with JSTL...
Thanks,
	Todor

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org