Create a superclass that overides the execute method and calls an abstract execute method that does not pass the request object. The subclasses overide the execute method without the request object being passed.
Also look into the ProcessAction, which is part of the scaffold. You can get the scaffold code by downloading the struts source. Rick Hightower Developer Struts/J2EE training -- http://www.arc-mind.com/strutsCourse.htm Struts/J2EE consulting -- http://www.arc-mind.com/consulting.htm#StrutsMentoring -----Original Message----- From: Abhishek Srivastava [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 8:19 AM To: 'Struts Users Mailing List' Subject: Mandatory use of form rather than request object Hello All, I did some code reviews recently for my project being done on struts. I found that most people still do a request.getAttribute("NAME") kind of code even when the name is a property of the form object and is available in the form object. My question is should the use of form be mandatory. If yes, how it can be enforced. Is there quick way I can remove all the params/attributes from the request object once the corresponding values have been set in the form object? Thanks in advance for your advise. Regards, Abhishek. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

