--- zuban <[EMAIL PROTECTED]> wrote:
> In the form-jsp-page a have put this scripplet:
> <% request.setAttribute("userDetail",
> request.getAttribute("userDetail"));
> %>
> 
> Now, the form-bean shoult access the object
> "detailUser" in this way:
> request.getAttribute("userDetail");
> but the return of this methode is null ??

You're setting the attribute in the request with the
current value of the attribute in the request?

d.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to