Setting attributes with application scope means that every user of that application will have access to those attributes. If they are user-specific attributes (i.e. login name) then you probably do not want to use application scope. However, if you want a single user to have access to those attributes on every page that the user visits then you may want to use session scope.
Ed Foley Hiren Dossani wrote: >hi, >how to set the scope to application for retrieving the request attributes ? >at present, i set the request attributes on one page and then try to get the >request attributes on another page, it returns me null. > > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
