1. Absolute url in jsp stackoverflow.comWhile including css, js and images in my jsps I am facing a problem resolving relative urls. The urls get changed on refreshing the page or clicking the back button. I ... |
2. How to avoid jsession id being appended to url? stackoverflow.comPossible Duplicate:We have a Spring , JSF application at Skill-Guru Problem: User opens the site ... |
3. Current JSP(JSF) doesn't match the URL coderanch.comI am trying to learn JSF in WSAD 5.1.2. I have four faces JSPs: Login.jsp, AdminMainMenu.jsp, UserMainMenu.jsp and UserSearch.jsp. After starting WTE, I ran my Login.jsp which displayed the Login.jsp and gave me the URL of "http://localhost:9080/medsup/faces/Login.jsp". After typing the userid and clicking the submit button, it then went to "UserMainMenu.jsp" with the URL of "http://localhost:9080/medsup/faces/Login.jsp;jsessionid=0000YXtEAWkUp2LuBHHUdCfwX4Z:-1". The following are the codes ... |