From: "Caroline Jen" <[EMAIL PROTECTED]>
> The error message that appears in the browser (runtime
> problem, not compilation problem) is:
> '[ServletException in:/frame/content/content.jsp]
> Cannot find bean PageBeans in scope request'
> Partial content.jsp code:
>     <bean:define id="pageList" name="PageBeans"
> scope="request" type="java.util.ArrayList"  />

FWIW, I have lots of things in session scope, some in request scope, and I
have *no* <bean:define> tags.  I place them in the appropriate scope in the
Action code.

Example...
 <html-el:select property="type">
   <html-el:options collection="contactTypes" property="key"
labelProperty="value"/>
</html-el:select>

It works fine... the tags find the collection in whatever scope it's in.  I
believe it looks in order: page|request|session|application scope and uses
the first one it finds, but I could be making that up. :)

-- 
Wendy Smoak


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

Reply via email to