Is it because you haven't done a

request.putAttribute("pageTitle", yourObject);

in your ActionForm?

Keith.


--- David Corbin <[EMAIL PROTECTED]> wrote:
> Why does this jsp fragment generate an exception
> 
> javax.servlet.jsp.JspException: Cannot find bean pageTitle in scope
> request
> 
> --cut--
> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
> <bean:define id="pageTitle" value="foobar" scope="request"/>
> 
> <HTML>
>     <HEAD>
>          <TITLE><bean:write name="pageTitle"
> scope="request"/></TITLE>
>     </HEAD>
> . . . 
> 
> --cut--
> 
> Thanks
> David Corbin
> 


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Reply via email to