RE: The get() Method in the ActionForm

2004-10-13 Thread fzlists
ober 13, 2004 11:17 AM > To: [EMAIL PROTECTED] > Subject: The get() Method in the ActionForm > > I have selectRecipientsForm that extends ActionForm. > > After the form is populated, I have this: > > String[] to = > SelectRecipientsForm.getSelectedEmailAddresses(); &g

RE: The get() Method in the ActionForm

2004-10-13 Thread Apte, Dhanashree (Noblestar)
: [EMAIL PROTECTED] Subject: The get() Method in the ActionForm I have selectRecipientsForm that extends ActionForm. After the form is populated, I have this: String[] to = SelectRecipientsForm.getSelectedEmailAddresses(); I thought that it was the right way to get something in the populated form

The get() Method in the ActionForm

2004-10-13 Thread Caroline Jen
I have selectRecipientsForm that extends ActionForm. After the form is populated, I have this: String[] to = SelectRecipientsForm.getSelectedEmailAddresses(); I thought that it was the right way to get something in the populated form; but, the compiler says that the non-static method getSelected