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 ?
- about create myself ActionForward fenris