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

2003-07-22 Thread Dirk Behrendt
stand all things. Dirk -Ursprüngliche Nachricht- Von: Caroline Jen [mailto:[EMAIL PROTECTED] 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

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 tag into > tags. Look: > > > > > onchange="javascript: submit ()"

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 tag into tags. Look: I have an ActionBean and a FormBean for the action "/language". Without that you will get the exception "Cannot find bean under name org.apache.struts.taglib.html.BEAN" Hope, that will help!