I'm using the provided EJB taglib to access an EJB I've written.  Everytime
I access the page in a new session (when ejb:usebean scope=session) the EJB
reference is null.  But any following call within the same session will have
a non-null reference to the EJB.

I tried changing the ejb:usebean scope=page and the EJB reference is always
returned as null.

Can anyone explain this behavior?  Am I just using the taglib wrong?

Thanks,
Todd Hough


Reply via email to