Re: Failure request.getAttribute();

2007-01-30 Thread Dave Newton
--- [EMAIL PROTECTED] wrote:
 String userId = (String) req.getAttribute(userId);

getParameter.

d.



 

No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail 

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



RE: Failure request.getAttribute();

2007-01-30 Thread bob

Parameters are the set of values coming from the http request.  Attributes are 
the things you can set on the request yourself, yourself can include struts 
because it too is a user in the space above the ServletAPI.




 

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!



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