You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Gonzalez, Sergio Eduardo" <se...@t-systems.es> on 2004/02/17 17:13:10 UTC

html:select

Hello . 
I have to get the description  from a html:select  example  in html 

<select name ="xx" >
<option value="z">zzzzz</option>
</select>

how can I do to get the "zzzzz" value ???  ( using struts ) 


thamks .. 

serge


--------------------------------------------------------------------------------
Aquest missatge electronic pot  contenir informacio confidencial o privilegiada.
Si voste no es el destinatari del  missatge, o l'ha rebut per error, si us plau
notifiqui-ho al remitent i destrueixi el missatge amb tot el seu contingut.
Esta completament  prohibida  qualsevol  copia, us o distribucio no autoritzada
del contingut d'aquest missatge electronic.
--------------------------------------------------------------------------------
Este mensaje electronico puede contener informacion confidencial o privilegiada.
Si usted  no es  el destinatario de este mensaje o lo ha recibido por error, por
favor notifiquelo al remitente y destruya el mensaje con todo su contenido.
Queda  expresamente  prohibida  cualquier  copia, utilizacion o  distribucion no
autorizada del contenido de este mensaje electronico.
--------------------------------------------------------------------------------
This e-mail may contain confidential and/or privileged information.
If you  are  not the  intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail.
Any  unauthorized  copying,  disclosure  or distribution of the material in this
e-mail is strictly forbidden.
--------------------------------------------------------------------------------

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


Re: html:select

Posted by Nick Heudecker <ni...@systemmobile.com>.
form.xx.options[form.xx.selectedIndex].text;

On 2004-Feb-17 17:02, Gonzalez, Sergio Eduardo wrote:
> 
> Hello . 
> I have to get the description  from a html:select  example  in html 
> 
> <select name ="xx" >
> <option value="z">zzzzz</option>
> </select>
> 
> how can I do to get the "zzzzz" value ???  ( using struts ) 
> 

-- 
Nick Heudecker
System Mobile, Inc.
Email: nick@systemmobile.com
Web: http://www.systemmobile.com

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