HttpServletRequest object is initially populated by servlet engine,
Struts does not remove information from it.

On 10/24/05, Asad Habib <[EMAIL PROTECTED]> wrote:
> Hello. Thanks for your help. Is form-beans essential even if I don't want
> to store form data in the session? Should the values of form variables not
> be available in the action class via the use of request.getParameter('x')
> even if form-beans aren't used? Offcourse, I will eventually want to use
> form-beans to capture form data but it seems that this data should be
> transmitted via HTTP regardless of whether one uses form-beans or not?

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

Reply via email to