first of all, how do you get the dbuser object? can you show me the beef?

> -----Original Message-----
> From: Anand Tiruveedula [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, June 11, 2002 1:34 AM
> To:   [EMAIL PROTECTED]
> Subject:      bean not found within scope 
> 
> I tried to build an application within struts implementation.
> I got an error while displaying the results from the ActionFrom in the
> forward page.
> The error is as follows..
>  
>     javax.servlet.ServletException: bean dbuser  not found within scope 
>     **dbuser is the name of the bean used in the JSP file.
>  
> I had tried to set attributes to the session as follows
>  
>  HttpSession session = request.getSession();
>  session.setAttribute("dbuser", dbuser);
>  
>     **dbuser is the object of user class trying to store in the session.
>  
> I am unable to get the results... 
> Please mail me back...
>  
> Thanks,
> Anand 

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

Reply via email to