Re: Regarding HTML:options tag

2005-02-17 Thread Pavel Kolesnikov
I guess you should better use the "collection" attribute instead of "name". See http://struts.apache.org/userGuide/struts-html.html#options Pavel On Thu, 17 Feb 2005 14:05:06 +0530, Krishna Mohan Radhakrishnan <[EMAIL PROTECTED]> wrote: > > > HI, > > I have one doubt regarding the use of html

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 the collection . O