html:select

2004-02-17 Thread Gonzalez, Sergio Eduardo

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

select name =xx 
option value=zz/option
/select

how can I do to get the z 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RV: html:select

2004-02-17 Thread Gonzalez, Sergio Eduardo



Ok . 
How can I do to send the value displayed ? 


-Mensaje original-
De: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Enviado el: martes, 17 de febrero de 2004 17:25
Para: Struts Users Mailing List
Asunto: RE: html:select

 From: Gonzalez, Sergio Eduardo [mailto:[EMAIL PROTECTED] 
 I have to get the description  from a html:select  example  in html 
 select name =xx 
 option value=zz/option
 /select
 how can I do to get the z value ???  ( using struts ) 

Make the tag look like this instead:
select name =xx 
  option value=zz/option
/select

It's the 'value' that will get sent to the server, not the displayed
text.

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

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




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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: html:select

2004-02-17 Thread Gonzalez, Sergio Eduardo
I need to send the value and text dispayed  to  the server 

-Mensaje original-
De: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Enviado el: martes, 17 de febrero de 2004 17:39
Para: Struts Users Mailing List
Asunto: RE: html:select

 From: Gonzalez, Sergio Eduardo [mailto:[EMAIL PROTECTED] 
 How can I do to send the value displayed ? 

Can you post the code from the JSP the way it is now?  Someone can
probably help you change it so that it does what you want.

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

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




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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]