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

Reply via email to