
In my url parmeter like below
http://127.0.0.1:7778/project/preview.jsp.codesvr=127.0.0.1:9997&id="1"
It will displayed the value of id=1 ... I want to change this url to bookmarked url like
http://127.0.0.1:7778/project/preview/1 .... this url also retrive the value of id=1 ..
How to do in jsp?
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
