On 8/26/06, vinicius <[EMAIL PROTECTED]> wrote:

I know how to save a bean in the session context, doinh this:
        request.getSession().setAttribute("beanName",Object);

But i don't find how I save a bean in the Aplicattion or page context!!

Could someone help me??

Thanks

Application Context:

request.getSession().getServletContext().setAttribute("name",obj);

as for page context, i suppose you should be setting page context things in
the page only, which is trivial using <bean:define> tag
--
Puneet

Reply via email to