The following jsp is a Result in an action called 'listTypes'.
<%@ include file="/includes/header.jsp"%>
<h1><s:property value="pageTitle"/></h1>
<br/>
<s:action name="getTypeParamTree" executeResult="true"/>
<%@ include file="/includes/footer.jsp"%>
getTypeParamTree result is xslt and is configured as follows:
<action name="getTypeParamTree"
class="ca.aps.actions.design.TypeAction" method="loadTree">
<result name="success" type="xslt">
<param name="location">/xsl/TypeListParam.xsl</param>
</result>
</action>
When the listTypes JSP called the getTypeParamTree it stopps the
result from finishing. The XSL transform occurs then it stopps so the
line <%@ include file="/includes/footer.jsp"%> does not get executed.
Is there a way to get around this?
Thank you ,
Rich
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]