RE: html:select in Struts

2004-09-19 Thread Robert Taylor
[EMAIL PROTECTED] > Sent: Sunday, September 19, 2004 7:53 AM > To: [EMAIL PROTECTED] > Subject: RE: html:select in Struts > > > Hi Robert, > > This is the HTML code I have written in my JSP page for including the > two DropDowns. > > Thanks, > Priya. > >

Re: html:select in Struts

2004-09-19 Thread Aditya Kapur
07:50:38 -0400, Robert Taylor <[EMAIL PROTECTED]> wrote: > Is this the actual HTML generated by the .jsp page? > > robert > > > > > -Original Message- > > From: Priya Jotwani [mailto:[EMAIL PROTECTED] > > Sent: Sunday, September 19, 2004 7:44 AM &g

RE: html:select in Struts

2004-09-19 Thread Robert Taylor
Is this the actual HTML generated by the .jsp page? robert > -Original Message- > From: Priya Jotwani [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 19, 2004 7:44 AM > To: Struts Users Mailing List > Subject: html:select in Struts > > > Hi Guys, > >

html:select in Struts

2004-09-19 Thread Priya Jotwani
Hi Guys, I have a JSP Page with two select boxes. When I write the Usual HTML code for the two DropDown, everything seems to be in place. But as soon as I replace and with and tags, I cannot see any dropdown kinda thing and also, the options come as normal labels in the same line.I have imp