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]>

Reply via email to