Re: about create myself ActionForward

2005-09-07 Thread fenris
nobody do like this? who have a good idea? On 9/7/05, fenris <[EMAIL PROTECTED]> wrote: > > > oh , yes ,I know where I am wrong . > I don't set the parameter's value for the new ActionForm which is > reference to the new URL.(the new action). > So I must

Re: about create myself ActionForward

2005-09-06 Thread fenris
other method? thank you . On 9/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > fenris <[EMAIL PROTECTED]> wrote on 09/06/2005 02:13:44 AM: > > > In my sub class for the action.java , I want to return a ActionForward > > created by myself (use new Actio

about create myself ActionForward

2005-09-05 Thread fenris
In my sub class for the action.java , I want to return a ActionForward created by myself (use new ActionForward(path)) in the function execute. (because I want forward a URL which is not declared in the struts-config.xml. can I ? ) But it throw a Exception. I don't know why ?