--- On Sun, 7/13/08, Pierre Thibaudeau wrote:
> [S1] <action path="/home" forward="/static/home.jsp" />
> 
> [S2] 
> <action name="home" class="com.opensymphony.xwork2.ActionSupport">
>   <result>/static/home.jsp</result>
> </action>

If you're intent on using XML configuration, leave out the class.

> <action name="home">
>   <result>/static/home.jsp</result>
> </action>

Dave


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

Reply via email to