Re: Regarding HTML:options tag

2005-02-17 Thread Pavel Kolesnikov
gt; I have one doubt regarding the use of html:options tag. > > In the jsp itself I have got a set of values like List questions= "SOME > VALUE OBTAINED FROM THE DATABASE- ie name value pairs". > > In the jsp I have a html:options tag. > > I don't have any entri

Regarding HTML:options tag

2005-02-17 Thread Krishna Mohan Radhakrishnan
HI, I have one doubt regarding the use of html:options tag. In the jsp itself I have got a set of values like List questions= "SOME VALUE OBTAINED FROM THE DATABASE- ie name value pairs". In the jsp I have a html:options tag. I don't have any entries in the form bean for

RE: html:options tag with ArrayList of Strings

2004-05-28 Thread Janarthan Sathiamurthy
Yes, U can do that -Original Message- From: Nestor Boscan [mailto:[EMAIL PROTECTED] Sent: Friday, May 28, 2004 10:23 AM To: [EMAIL PROTECTED] Subject: html:options tag with ArrayList of Strings Hi I'm working with the html:select and html:options tag and wanted to know if I can c

RE: html:options tag with ArrayList of Strings

2004-05-28 Thread Dincer Mola \(Yazilim Muh. - Proje Gel. ve Uyg. Gr.\)
Yes, you can do it. Btw, you can do the same thing using Vectors too. > -Original Message- > From: Nestor Boscan [mailto:[EMAIL PROTECTED] > Sent: Friday, May 28, 2004 7:53 AM > To: [EMAIL PROTECTED] > Subject: html:options tag with ArrayList of Strings > > Hi

html:options tag with ArrayList of Strings

2004-05-27 Thread Nestor Boscan
Hi I'm working with the html:select and html:options tag and wanted to know if I can create a list box based on an ArrayList that contains Strings. Thanks in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit