Re: Html:select and request variable - got it~

2004-03-30 Thread Mark Lowe
if the request parameter and form property have the same name it will work without this. /foo.do?fullName=Brian%20Sparrow On 30 Mar 2004, at 19:31, as as wrote: I got it.. I just added this in my jsp and it works... as as <[EMAIL PROTECTED]> wrote: Hi, I have a select drop down whic

RE: Html:select and request variable - got it~

2004-03-30 Thread Wendy Smoak
> From: as as [mailto:[EMAIL PROTECTED] > I got it.. > I just added this in my jsp and it works... > I confess to not having been following along, but... haven't we already had this discussion? You do not have to mess with the 'value' attribute of the Struts tags. Struts will populate your for

Re: Html:select and request variable - got it~

2004-03-30 Thread as as
I got it.. I just added this in my jsp and it works... as as <[EMAIL PROTECTED]> wrote: Hi, I have a select drop down which I want to set to a default selected option, based on the selected option. my code is as below. (from the jsp) My form class is as follows: TeacherDispla