posted 12 years ago
Hi there ,
i have a WelcomePage.jsp in which I use two ActionForm Beans : LoginForm and RegisterForm
Code from WelcomePage.jsp
The login click takes me to success.jsp page [no problem here ]. URL is http://localhost:8080/Project_-_SN/loginPath.do
However the click on register button gives 400 error code. URL is http://localhost:8080/registerPath
Here is the code from Struts-config.xml file
For more info . Code from web.xml file.
Question that disturbs me :
Why the click on "register" button takes me to http://localhost:8080/registerPath instead of http://localhost:8080/Project_-_SN/registerPath.do. ?? Please help me resolve this.