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/

It's still in the sandbox (anyone think a release is warranted yet?), but the code should be fine (I use it in production myself).

Frank

Wendy Smoak wrote:
From: "rmanchu" <[EMAIL PROTECTED]>

anyone know what is the key under which the actionform is stored within
a request?



It's under whatever name (as in <form-bean  name="..." >)  you configured in
struts-config.xml.

Here's the "debug.jsp" that I include at the bottom of my main layout page
during development.  It formats everything in request/session/application
scope into tables.
   http://wiki.wendysmoak.com/cgi-bin/wiki.pl?DebugJSP


-- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com


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



Reply via email to