The problem is that you are calling a method of the class itself, which can only be
static, instead of calling a method of an INSTANCE of the class.
For instance, do this:
SelectRecipientsForm myForm = (SelectRecipientsForm)form;
where form is the form object passed into your Action's execute
Caroline,
It would be the right way or wrong way depending upon where in your class
you are calling this method.
Could you paste the code for your form as well?
-Dhanashree.
-Original Message-
From: Caroline Jen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 13, 2004 11:17 AM
To: [E
2 matches
Mail list logo