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 ? ) Yes, you can do this. > But it throw a Exception. What exception are you getting? Can you send us the code you have? > I don't know why ? Geeta