|
Question : .do problem in struts
|
|
I have an login page. Once I enter values and click submit the next main page is not being displayed. The path is shown as ../.../main.do instead of main.jsp.
|
Answer : .do problem in struts
|
|
Hi,
Bea is using Struts as its pageflow and it is normal to have .do as the extension instead of .jsp. However, in reality, .do is actually forwarding to the .jsp
David
|
|
|
|