Here is what I have in the JSP tag file:
<jxp:state>
<html:select name="${formName}" property="state" size="4"
multiple="true">
<html:options collection="${state}" property="stateCD"
labelProperty="description" />
</html:select>
</jxp:state>
state is a simple tag that makes a List of State objects
available to the page. I tried setting them as a page scope
attribute and a request scope attribute. I always get the
following message:
javax.servlet.jsp.JspException: Cannot find bean under name
[EMAIL PROTECTED],
[EMAIL PROTECTED],
[EMAIL PROTECTED],
[EMAIL PROTECTED],
[EMAIL PROTECTED],
[EMAIL PROTECTED],
[EMAIL PROTECTED],
[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]