Hello Everyone,

I am getting problem in Forward tag.
I have included the buffer page directive.
My code includes following line

if (DeleteVar.compareTo("Delete") == 0)
        {
%>
                <jsp:forward page="FrmGiftMaster.jsp?Mode=Delete" />
<%}%>
I am getting the stack dump but no proper error message.
Can anybody suggest me some reason of problem or some way to debug this ?

Thanx and Regards,
Reeta

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to