<action name="someform" path="/test2"
  type="mypackage.Test2Action"
  scope="session" validate="false">
  <forward name="success" path="/test3.do"/>
  <forward name="failure" path="/test3.do"/>
  </action>

the problem seems to be : jsp pages are not in web-inf. but all other pages
are working with .do except the one which i added.

On Tue, Dec 2, 2008 at 2:06 PM, Lukasz Lenart
<[EMAIL PROTECTED]>wrote:

> 2008/12/2 hello_everyone <[EMAIL PROTECTED]>:
> > <action name="someform" path="/test"
> > type="mypackage.TestAction"
> > scope="session" validate="false">
> > <forward name="success" path="/test2.do"/>
> > <forward name="failure" path="/test.do"/>  //it works if it change it
> .jsp
> > and add one more level //from path
> > </action>
>
> Could you show how this action is configure?
>
> <forward name="success" path="/test2.do"/>
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to