Re: ActionForward to url outside of the web app

2001-11-02 Thread Ted Husted
Isn't the "session" a creature of Java? Can you share it with non-Java code? >From your direction structure it appears that script1 and page1 are not part of the same application root. (Unless the reference is suppose to be path="/N/jspFiles/page1.jsp".) If that were the case, then you could not

ActionForward to url outside of the web app

2001-11-02 Thread Fu, Walter
Normally, when forwarding to a new page, one can use the tag in struts-config.xml to help the Action's perform() method to indicate what the next page to go to. Typically, the next page is a url within the same web application (sharing the same web.xml). I have a situation where I want to mix so