FilterBean filter = (FilterBean) session.getAttribute
(FilterBean.FILTERBEAN_KEY);
            if (filter == null) {
                log.info ("Creating Filter");
                session.setAttribute (FilterBean.FILTERBEAN_KEY, new FilterBean
());
            }

Henry Lu wrote:

> How to set/get session beans in a formaction program? Could you show me an
> example with a code?
>
> Thanks,
>
> ---------------------------------------------------------------------------
> Henry Lu
> MCIT                                            phone: (734) 936-2063
> University of Michigan Medical Center           fax:   (734) 763-4372
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to