Mark,
You need to have
HttpSession session = req.getSession();
.
.
.

session.setAttribute("user", userBean);

in your controller.

Regards,

Richard


At 07:58 PM 1/2/2002 -0500, you wrote:
>Thanks, Danny!  I have tried every suggestion made to no avail - I still
>cannot get the bean to instantiate via the servlet.  I know I am doing
>something st00pid, but I haven't figured it out yet.  And though I have
>trashed JRun on this list over the years, I am (forced) running 3.2 now and
>I actually find it okay (developing on Win2K; deploying to Apache).  Stay
>away from the proprietary API, though. - even though there are a lot of
>convenience classes, you will get screwed if you try to port your app to a
>non-JRun architecture.  Still, Allaire has improved JRun a lot since 3.0.
>
>Cheers!
>Mark

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to