2008/6/5 JG Flowers <[EMAIL PROTECTED]>:
> When you say "use an action that forwards to a Tiles definition" can you
> elaborate on this a bit more for me.
You have to change this:
<action path="/viewSearch"
forward="search.page"/>
into:
<action atch="/viewSearch" type="com.jamesholmes.minihr.SearchAction">
<forward name="success" value="search.page" />
</action>
And, in your SearchAction class, do:
return mapping.findForward("success");
HTH
Antonio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]