>From: "Mario Laureti" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: An HTTP POST goes in the Action.perform(..) method, what about the >HTTP GET? >Date: Thu, 19 Apr 2001 10:08:57 -0400 > >Hello, > > I have 2 questions: > > 1) How can I catch when a HTTP GET is performed on an action? hello in your Action.perform(...) you could say: request.getMethod() grtz _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

