Does anyone have a simple maven sample Struts/JSP application to login/logout and navigate over a couple of pages to share? Thanks.
Does anyone have a simple maven sample Struts/JSP application to login/logout and navigate over
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I could not find an answer on the net/googling, so I created the project myself as following:
/StrutsHelloWord/WebContent/folder in the/Web Pagesfolder of my NetBeans projects.index.jsppage from my project.struts.xmlfile. The<action name="login" method="authenticate"...line should be corrected to<action name="login" method="execute"...Then, the project compiled and ran fine.
This project does not include a logout page, but it is a start.