OK.  Let me narrow down my question somewhat.

In Struts 1.0.2, what method in an ActionForm is called after an input JSP
containing an <html:select multiple="true" property="ids"> tag, assuming the
property ids is a String[]?

Does it look like

public void setIds(Object[] ids)
or
public void setIds(String[] ids)
or
public void setIds(ArrayList ids)
or what?

Seems like no matter what setter method I provide, it doesn't get called.

----- Original Message -----
From: "Ian Hunter" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Sunday, February 23, 2003 9:20 PM
Subject: <html:select> "multiple" problems


> AAAARGGGGGH!!!!
>
> I would give one of my legs right now for a working example of an
> <html:select multiple="true"> usage that populates an array in an
> ActionForm.
>
> Help?
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to