Re: drop down list box question.

2006-02-21 Thread Michael Jouravlev
On 2/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am using tomcat 5 which I believe has jsp 2.0 > > I am getting exception of users getters/setters not defined exception. > it assumes users as one of the attribute of my form instead of Collection. See here: http://wiki.apache.org/struts

Re: drop down list box question.

2006-02-21 Thread digant . k . joshi
spond to "Struts Users Mailing List" To: "Struts Users Mailing List" cc: Subject: Re: drop down list box question. On 2/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have users list created in my dispatch action and popul

Re: drop down list box question.

2006-02-21 Thread Michael Jouravlev
On 2/21/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have users list created in my dispatch action and populated in request. > > > in my form this works. > > > : > property="endDate"/> > > > key="la

drop down list box question.

2006-02-21 Thread digant . k . joshi
I have users list created in my dispatch action and populated in request. in my form this works. : :