I have an jsp page that calls a servlet it process some data from the buttons in the jsp, now I whant the servlet to forward the action to the same jsp but without the parameters in the querystring...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21299007.html
Zones:
JSPDate Answered: 02/03/2005 Rating: 7.4 Views: 8
I have a sample struts code. If the condition is true findForward("Correct.jsp") else findForward("Error.jsp").
The condition is correct, but it gives the following error
"Cannot get request ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21784916.html
Zones:
JavaDate Answered: 04/19/2006 Rating: 7.6 Views: 0
Hi all,
What is the difference between
public class Dispatcher extends HttpServlet {
public void doGet(HttpServletRequest request,
HttpServletResponse response) {
RequestDispatc...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_22594525.html
Hi All,
I have a web application which is based on struts version 1.2.9 and tiles.
my screens are in 3 tiles, header, footer and body.i am trying to navigate to another URL from the header if a...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_24323216.html
Zones:
JSP,
ServletsDate Answered: 04/29/2009 Rating: 8.0 Views: 70