<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
did you remember to add this line to your JSP too?

Keith.

--- Alex Paransky <[EMAIL PROTECTED]> wrote:
> I replaced the following (which is working as expected):
> 
> <jsp:include page="<%= "/private/component/detail/memberComponent" +
> bean.getComponent().getTypeId() + "ViewContent.html" %>" />
> 
> With:
> 
> <bean:include id="detail" page="<%=
> "/private/component/detail/memberComponent" +
> bean.getComponent().getTypeId() + "ViewContent.html" %>" />
> <bean:write name="detail"/>
> 
> However, the output was NOT processed by the .JSP engine.  I have my .html
> extension mapped for processing by the .JSP engine.
> 
> Is this working correctly?
> 
> -AP_
> www: http://www.alexparansky.com
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

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

Reply via email to