Re: Please Help Me To Understand forward

2003-09-14 Thread Ted Husted
The first snippet redirects to a Struts ActionForward named welcome. This places controls within the Struts controller where it can be managed from the struts-config. In the global-forwards section, the ActionForward element for welcome is mapped to the page /do/Menu. This application uses

Please Help Me To Understand forward

2003-09-12 Thread Caroline Jen
I am studying the code in Artimus_1_1 to make sure that I understand how things actually work. I am lost at the beginning of the application. Please kindly help me. The index.jsp of the application contains two lines: code: -- %@ taglib