Re: getting the options in a dropdown from the database

2001-08-28 Thread Usha Rani Kommu
Hi Senthil, Thanks, it helped.This is what I wanted. usha === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some rel

Re: getting the options in a dropdown from the database

2001-08-27 Thread Andrew Bruno
This link shows a simple example http://www.mycgiserver.com/~andrewbruno/howto/jsp/implementdropdownlist. txt :ab -Original Message- From: Senthil Raja V [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 28 August 2001 2:52 PM To: [EMAIL PROTECTED] Subject: Re: getting the options in a

Re: getting the options in a dropdown from the database

2001-08-27 Thread Senthil Raja V
Hi Usha. i did'nt understand actually what you want. can you please tell it clearly. u need list box directly from the database or contents of the select box. but here is the code that will bring the contents for the select list box from database. <%while(rst.next()) {%> <%=rst.getString(1)%

Re: getting the options in a dropdown from the database

2001-08-27 Thread Dinesh Somasundram
You might want to check DBTags lib from Apache. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Usha Rani Sent: Monday, August 27, 2001 10:20 PM To: [EMAIL PROTECTED] Subject: getting the options in a

Re: getting the options in a dropdown from the database

2001-08-27 Thread Margaret Fisk
Just a thought, but you should query the database into an array and then get the Select results from the array. -Original Message- From: Usha Rani [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 8:20 AM To: [EMAIL PROTECTED] Subject: getting the options in a dropdown from the

getting the options in a dropdown from the database

2001-08-27 Thread Usha Rani
Hi, i would like to get the list box directly from the database.How can I do that. Thanx === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set