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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.