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 to find the new form with the URL.

Re: about create myself ActionForward

2005-09-06 Thread fenris
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 to find the new form with the URL. Now I find that , I must use the RequestProcessor.java 's function to find it . But , the function I us

Re: about create myself ActionForward

2005-09-06 Thread gramani
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 ActionForward(path)) in the function execute. > (because I want forward a URL which is not declared in the > struts-config.xml. can I

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 ?