that not what i want exactly
i am writing
if(Slocationdep==1 && Sroledep==0)
{
%>
<jsp:forward
page="Projectrates_Location.jsp?projectid="+<%=Sprojectid%>+"¤cy="+<%=
Scurrency%>+"&maxhrs="+<%=Smaxhrs%> />
<%
}
but the values of the parameter don't pass to the jsp i am forwarding to
pls comment
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
Christopher De Groot
Sent: Tuesday, December 19, 2000 7:09 PM
To: [EMAIL PROTECTED]
Subject: Re: <jsp:forward page=
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
___________________________________________________________________________
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