Re: populating Drop down -pls help

2003-09-05 Thread Thomas Max
I use the html:options tag : Just create a Collection (here gender of the Databaseentries (f,m) and pass as a bean to the page with the form. If you need more assistance have a look at : http://www.reumann.net/do/struts/lesson3 Regards, Thomas On Thu, 4 Sep 2003 02:38:16 -0700 (PDT

Re: populating Drop down -pls help

2003-09-04 Thread Thomas Max
I use the html:options tag : Just create a Collection (here gender of the Databaseentries (f,m) and pass as a bean to the page with the form. If you need more assistance have a look at : http://www.reumann.net/do/struts/lesson3 Regards, Thomas On Thu, 4 Sep 2003 02:38:16 -0700 (PDT

RE: populating Drop down -pls help

2003-09-04 Thread hari_s
] Subject: populating Drop down -pls help Hello, I have a JSP in which there are number of dropdown along with text boxes. I am using struts tag lib for getting the value when I submit the form. The problem is when I try to populate the dropdown in th JSP with the data that i get from the databse . For

RE: populating Drop down -pls help(solved thanks)

2003-09-04 Thread Goldy J
ot; instead of "m" which is not the same value. -Original Message- From: Goldy J [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 5:38 AM To: [EMAIL PROTECTED] Subject: populating Drop down -pls help Hello, I have a JSP in which there are number of dropdown along with

RE: populating Drop down -pls help

2003-09-04 Thread Mainguy, Mike
Are those typos in your jsp? ===>>>mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 5:38 AM To: [EMAIL PROTECTED] Subject: populating Drop down -pls help Hello, I have a JSP in which there are number of dropdown along with text boxes. I am using struts tag lib for getting

Re: populating Drop down -pls help

2003-09-04 Thread Jan Van Stalle
Hello, I always use the html:options tag and it works fine; try the following: (there is a type error in your example) m f ofcourse, in the database you should have the values f or m Jan "Goldy J" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > I have a JSP i

populating Drop down -pls help

2003-09-04 Thread Goldy J
Hello, I have a JSP in which there are number of dropdown along with text boxes. I am using struts tag lib for getting the value when I submit the form. The problem is when I try to populate the dropdown in th JSP with the data that i get from the databse . For example I have dropdown for gender