The ${formName} is in fact a variable that holds the name of the
form.  Kishore Senji's solution was what I needed.

--- Eddie Bush <[EMAIL PROTECTED]> wrote:

> Seems to me you have the form name incorrect?  is 'formName'
> the name
> of the form, or is it a String holding the name of the form?
> 
> I think you'd find it easier to populate your list in an
> action.
> 
> Perhaps you meant to put:
> 
> <html:select name="formName" property="state" size="4"
> multiple="true">
> 
> If "formName" (above) is the name of your form, I think this
> is what
> you're aiming for.  Otherwise, supposing you're using the
> html-el
> tags, you're going to wind up with the value of the variable
> "formName" (presumably an object) evaluated as a String ...
> which
> probably isn't what you're after.
> 
> HTH
> 
> On Fri, 28 Jan 2005 16:53:16 -0800 (PST), Norris Shelton
> <[EMAIL PROTECTED]> wrote:
> > javax.servlet.jsp.JspException: Cannot find bean under name
> 
> -- 
> Eddie Bush
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


=====

Norris Shelton
Software Engineer
Sun Certified Java 1.1 Programmer
Appriss, Inc.
ICQ# 26487421
AIM NorrisEShelton
YIM norrisshelton



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to