Hi,

just figured out that it is possible to use a asterisk (*) for action
tag's name property. Eg:

<action name="help" >
  <result name="*">/WEB-INF/pages/view/help.jsp</result>
</action>

That's very convenient because thus it's possible to chain to this
action from every possible state.

<action name="hello" class="tutorial.HelloWorldAction">
  <result name="success" >/view/result.action</result>                  
  <result name="input" >/view/help.action</result>                      
  <result name="edit" >/view/help.action</result>                       
</action>

Sadly, I didn't find anything about the possibility to use an asterisk
in the documentation, so I wanted to be sure that this feature will stay
and is meant to be used in the way I described.

Thanks for any clearing.

Notice: I am in a portlet environment, not sure if the above applies for
non-portlet mode.

br, Hubert


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

Reply via email to