Hi friends !

I am developing a web based application using JSP.
I am using Apache-Tomcat combination.OS is NT
Workstation.

What I am trying to do is validate the login name and
password.If verified, I am invoking a page with
framesets( this page is also a jsp).The problem is the
<jsp:forward> tag gives me Dr. Watson error and closes
the server. I tried workarounds, using sendRedirect()
method of HttpResponse and
getServletContext).getRequestDispatcher("/jsp/hello.jsp").forward(request,response)
but both the methods do not work.However, if I try and
invoke a non-frameset page, it works fine.I tried this
on different m/c with local servers and also on NT
server, but to no avail.The <jsp:include> tag also
does not work.

Am I missing some attribute which needs to be used
when I am using <jsp:forward> or <jsp:include> tag ?
What else can be the problem ?

Thanx in advance
Rajni


__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to