currently i'm doing the following:
res.sendRedirect(ServletUtilities.urlServlet + "AdminTopicsRequired?updatedTopic=" + whichTopic);
but when it redirects it obviously has the querystring in th...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20143027.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20628716.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21186232.html
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...
http://www.experts-exchange.com/Web/Web_Languages/JSP/Q_21312579.html
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
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21362795.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10826142.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11583758.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20090107.html
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
http://www.experts-exchange.com/Programming/Languages/Java/Q_20237027.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20247920.html
Zones:
Java,
ServletsDate Answered: 03/13/2002 Grade: B Views: 4