ok, but that way I will only be able to pass string parameters not the
entire request.

Is there any way I can pass to it the entire request??

Thanks!.



----- Original Message -----
From: "Bryan LaPlante" <[EMAIL PROTECTED]>
To: "James Smith" <[EMAIL PROTECTED]>
Sent: Friday, February 21, 2003 4:16 PM
Subject: Re: Framed jsp page


> get it from the original page first then pass it to the other frame like
> this
>    <frame name="main" src="main.jsp?blah=<% request.getParameter("blah");
> %>">
>
> then you can retrieve it from within main.jsp
>
> ----- Original Message -----
> From: "James Smith" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, February 21, 2003 2:51 PM
> Subject: Framed jsp page
>
>
> > Hi
> >
> > I want to know how can I propagate the request of a jsp page to another
if
> > this one is the source of an specific frame
> >
> > I mean, I'm using the next code to create a frame page, and the sources
> are
> > other jsp pages
> >
> >   <frameset rows="*,25%">
> >    <frame name="main" src="main.jsp">
> >    <frame name="footnotes" src="foot.jsp">
> >    <noframes>
> >     <body>
> >      <p>
> >       This page uses frames, but your browser doesn't support them
> >      </p>
> >     </body>
> >    </noframes>
> >   </frameset>
> >
> > And I wanna use inside main.jsp an attribute of the request from the
> > principal page
> >
> > How can I pass the request of the principal jsp to the main.jsp
> >
> > Thanks.!!
> >
> > ciao
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST"
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST"
> >
> > Some relevant archives, FAQs and Forums on JSPs can be found at:
> >
> >  http://java.sun.com/products/jsp
> >  http://archives.java.sun.com/jsp-interest.html
> >  http://forums.java.sun.com
> >  http://www.jspinsider.com
> >
>
>
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to