Frank W. Zammetti wrote:

Alternatively, you could use the Commons Servlet packages' getRequestParameter(), getRequestHeaders() and getRequestAttributes() methods of the RequestUtils class, and if you need it there is also a getSessionAttributes() method in SessionUtils (I know because I added all four!)

http://svn.apache.org/viewcvs.cgi/jakarta/commons/sandbox/servlet/

I think I'm probably missing something here, but it looks like this takes the parameters or attributes of the request and puts them into a hash. Is this just to decouple it from the ServletRequest? For parameters, at least, isn't there already a method that returns the map?


Dave



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



Reply via email to