I have a jsp page which reads and store value from property file. I need to make use of that jsp page in servlet. How can I do that. Please help !
Srikanth Nutigattu
Ranch Hand
Joined: Oct 30, 2007
Posts: 114
posted
0
I need to make use of that jsp page in servlet.
What do you exactly mean by "making use", do you want to include the page in forward the control to it or any thing else? for the first two you can go ahead with "Request Dispatcher". Let us know the details so that others can help you out.