AW: AW: Error Using select tag To Create Drop-Down Menu

2003-07-22 Thread Dirk Behrendt
] Gesendet: Dienstag, 22. Juli 2003 01:20 An: Struts Users Mailing List Betreff: Re: AW: Error Using select tag To Create Drop-Down Menu Hi, Dirk: Thanks for your help. My code works now. I am able to see the drop-down menu in the browser. --- Dirk Behrendt [EMAIL PROTECTED] wrote: Hello! I

AW: Error Using select tag To Create Drop-Down Menu

2003-07-21 Thread Dirk Behrendt
Hello! I had the same problem... You have to include the html:select tag into html:form tags. Look: html:form action=/language method = GET html:select property=language onchange=javascript: submit () html:option value=Deutsch/ html:option value=Englisch/ /html:select /html:form

Re: AW: Error Using select tag To Create Drop-Down Menu

2003-07-21 Thread Caroline Jen
Hi, Dirk: Thanks for your help. My code works now. I am able to see the drop-down menu in the browser. --- Dirk Behrendt [EMAIL PROTECTED] wrote: Hello! I had the same problem... You have to include the html:select tag into html:form tags. Look: html:form action=/language