Advertisement

1 - 10 of 28 containing alltags:("sendredirect") (0 seconds)
currently i'm doing the following: res.sendRedirect(ServletUtilities.urlServlet + "AdminTopicsRequired?updatedTopic=" + whichTopic); but when it redirects it obviously has the querystring in th...
Zones: JavaDate Answered: 06/29/2001 Grade: A Views: 0
Hello, query = select name from table_h where hid = 1 and hname = 'vijay' if (rs == null || !rs.next()) {     .... code to insert into table } else {       System.out.println("inside else" + i...
Zones: JSPDate Answered: 02/04/2004 Grade: A Views: 0
Hi, friends.      On my jsp page i use the                <%                 response.sendRedirect(strPage);           %>      for redirect the page, the logical path is request.getReque...
Zones: JSPDate Answered: 03/31/2005 Grade: A Views: 0
Hi! I am trying to create sites that take users to access pages in a certain order. The first page should have a link to the second page and if a user accesses the first page and then follows th...
Zones: JSPDate Answered: 02/17/2005 Grade: A Views: 33
Hi,    I keep on hitting java.lang.IllegalStateException when i go a sendRedirect after when i do a respond.sendRedirect("....");    Any sollution to this? Thanks sunmaster
Zones: JSPDate Answered: 07/11/2005 Grade: A Views: 0
using response.sendRedirect()I am invoking the another jsp file using java webserver 2.0.It is giving error :attempt to write to the output stream after calling HttpServlets Response's sendRedirect...
Zones: JavaDate Answered: 07/29/2000 Grade: D Views: 0
Hi, I am developing a servlet such that in the doGet method, of a HttpServlet, I create a cookie and then do a sendRedirect. Evidently, the sendRedirect prevents the cookie from being created; i...
Zones: JavaDate Answered: 10/18/2000 Grade: B Views: 0
I make my own query string(not get from the form) to redirect to the page with the query string. My parameters has some special characters, eg  . , : /  etc. I use encodeRedirectURL or encodeURL ...
Zones: Java, Servlets, Sun...Date Answered: 03/19/2001 Grade: A Views: 9
I put the following line in my Servlet's doGet() method: response.sendRedirect("test.htm"); However, it doesn't work, why ?? Please let me know how to make it work ! Thanx. Raymond
Zones: JavaDate Answered: 11/20/2001 Grade: A Views: 0
Relatively new to servlet programming.  I am writing a servlet that needs to utilize another servlet.  I read about response redirection using the 'sendRedirect' function and about request dispatch...
Zones: Java, ServletsDate Answered: 03/13/2002 Grade: B Views: 4