I did something like:

<%
   if ( request.getParameter("ispage").equals("NO")) {
      %>
      <jsp:forward page='frame.jsp'/>
      <%
   }
%>

but it is really just a cop out but it works.

Regards C.
-----Original Message-----
From: Manish Vohra [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 19, 2000 1:15 PM
To: [EMAIL PROTECTED]
Subject:


hey
how do i use the forward tag, in the jsp delimiters <%  %>
i don't want to use it as <jsp: forward page="" />
manish

___________________________________________________________________________
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

___________________________________________________________________________
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