AW: How suppress the HTML INPUT from Struts2 Combobox?

2007-07-09 Thread Hubert Hers
Hi Adrian, Yeah, that's like I am looking for. Thanks a lot! Hubert -Ursprüngliche Nachricht- Von: Rios, Adrian [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 8. Juli 2007 19:42 An: Struts Users Mailing List Betreff: RE: How suppress the HTML INPUT from Struts2 Combobox? Hubert

How suppress the HTML INPUT from Struts2 Combobox?

2007-07-08 Thread Hubert Hers
Hi, According to the Struts2 (2.0.8) documentation a combo box is an HTML INPUT of type text and HTML SELECT grouped together to give you a combo box functionality. Does anyone know if it is possible to suppress the HTML INPUT? And if so, how? Or if not, any advice how to implement in Struts2 a

Re: How suppress the HTML INPUT from Struts2 Combobox?

2007-07-08 Thread Dave Newton
--- Hubert Hers [EMAIL PROTECTED] wrote: According to the Struts2 (2.0.8) documentation a combo box is an HTML INPUT of type text and HTML SELECT grouped together to give you a combo box functionality. Does anyone know if it is possible to suppress the HTML INPUT? And if so, how? Or if

AW: How suppress the HTML INPUT from Struts2 Combobox?

2007-07-08 Thread Hubert Hers
By a 'normal' combobox I mean a combobox like in javax.swing.JComboBox or as the HTML select. Hubert -Ursprüngliche Nachricht- Von: Dave Newton [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 8. Juli 2007 17:27 An: Struts Users Mailing List Betreff: Re: How suppress the HTML INPUT from

RE: How suppress the HTML INPUT from Struts2 Combobox?

2007-07-08 Thread Rios, Adrian
Ext. 3863 e-mail: [EMAIL PROTECTED] -Original Message- From: Hubert Hers [mailto:[EMAIL PROTECTED] Sent: Sunday, July 08, 2007 9:30 AM To: 'Struts Users Mailing List' Subject: AW: How suppress the HTML INPUT from Struts2 Combobox? By a 'normal' combobox I mean a combobox like

Re: AW: How suppress the HTML INPUT from Struts2 Combobox?

2007-07-08 Thread Dave Newton
[mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 8. Juli 2007 17:27 An: Struts Users Mailing List Betreff: Re: How suppress the HTML INPUT from Struts2 Combobox? --- Hubert Hers [EMAIL PROTECTED] wrote: According to the Struts2 (2.0.8) documentation a combo box is an HTML INPUT of type text

Re: How suppress the HTML INPUT from Struts2 Combobox?

2007-07-08 Thread Richard Sayre
The s:select/ is the tag your looking for. Check the Doc here. http://struts.apache.org/2.x/docs/select.html On 7/8/07, Hubert Hers [EMAIL PROTECTED] wrote: Hi, According to the Struts2 (2.0.8) documentation a combo box is an HTML INPUT of type text and HTML SELECT grouped together to give