On Mon, 10 Jan 2000, Moonim Masaoud wrote:

> Hi,
>
> I am confused as to what is the difference between a page scope bean and a request
> scope bean ?
>
> Also what is the use of these beans.
>
> Please explain in detail.

A request scope means that the bean exists while the request does - i.e.,
it survives jsp:forward and other tags.

A page scope bean survives only while that particular jsp page is being
executed; I imagine that menas it's not visible for jsp:include but IS
visible for <%@ include %>.

-----------------------------------------------------------
Joseph B. Ottinger               [EMAIL PROTECTED]
http://cupid.suninternet.com/~joeo      HOMES.COM Developer
PGP Key is : http://cupid.suninternet.com/~joeo/cherem_pgpk

===========================================================================
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