softlab Posted February 18, 2013 Posted February 18, 2013 Hi. I'm softlab on Johnny. My home is home/infopar/. From the index.jsp page I click a link to another page, served by a Servlet. In the request I have a parameter (the name of the page the main jsp has to include) whose value is "../sicurezza/accesso.jsp"; the servlet puts this parameter in session and in the jsp I try to include that page, but nothing happens. I have some logs written by the servlet (under home/infopar/public_html/webCat/logs), but the instruction dispatcher.forward(request,response); is reached (it correctly points to the index.jsp page) and is the last of the service method of the servlet. I continue to see index.jsp page and no page is included (where I expect to see a login page). Am I missing something? Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now