Yes. Just don't put the form-related entries in your struts-config.xml file.
Your perform() method will be called with null passed for the form
parameter.

--
Martin Cooper


----- Original Message -----
From: "Puneet Vardhan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2001 7:56 AM
Subject: action class perform method


> Hi,
>   Method 'perform'  in action class needs ActionForm as one of the
> parameters. I dont have a form and I dont need one as I just need to call
> perform method
>  from a url .
> like <a href="someaction.do" ...
> Can I use perform method and ActionMapping inside perfom without having
> ActionForm class?
>
>  Thanks
> Puneet


Reply via email to