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://

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.ya

Failure request.getAttribute();

2007-01-30 Thread bjorn.de.bakker
Some weird things are happening here : I have a form, with a hidden field and a button. This button is placed on a page with some user information. I want to pass that users ID to the subsequent action, to retrieve his data and display it on the other page. In another part of my webapp, I'm