The following jsp is a Result in an action called 'listTypes'.
<%@(protected)"%>
<h1><s:property value="pageTitle"/></h1>
<br/>
<s:action name="getTypeParamTree" executeResult="true"/>
<%@(protected)"%>
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 <%@(protected).
Is there a way to get around this?
Thank you ,
Rich
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)