jspinclude « Tag « JSP-Servlet Q&A





1. graphics are not shown on jsp    stackoverflow.com

in my application all jsp pages in jsps folder i give the path in index.jsp:<% response.sendRedirect(response.encodeRedirectURL("/Projectname/jsps/main.jsp")); %> although main.jsp is show but it does not show logo, graphics etc. all the js and logo files in ...

2. How to debug Invalid Jsp Directives?    stackoverflow.com

I have lot of jsp's that I am hoping to upgrade to tags, is there any decent tool I could use to easily debug and fix the issues??