Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

<s:action> stopping the result it is called form

Richard Sayre

2007-08-02


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)

©2008 junlu.com - Jax Systems, LLC, U.S.A.