Hello Everyone,
Firstly let me thank everyone here for the generous amount of free information on this forum.
Here is my question...... I would like to call a specific method within a class (servlet), depending on the URL/web-page that the request(Post) is coming from, then capture the URL in a session object. e.g. If someone clicked the <submit> button on page http://www.java-sun/thispage.html or page http://www.java-sun/webpage.html it would invoke the same servlet, but I would like to redirect the Post to a specific method within the servlet depending on what page made the request.
 
 
Many Thanks,
*Antonio*

Reply via email to