Re: ActionForm Does Not Pick Up the Value of Check Boxes

2004-10-14 Thread Hubert Rabago
I haven't tried this yet, but I do know that the Struts docs say you need to use the multibox tag instead of the checkbox tag if you want to use a string array. http://struts.apache.org/userGuide/struts-html.html#multibox On Thu, 14 Oct 2004 11:36:29 -0700 (PDT), Caroline Jen <[EMAIL PROTECTED]>

ActionForm Does Not Pick Up the Value of Check Boxes

2004-10-14 Thread Caroline Jen
I have a web page that displays check boxes for user to make multiple selection: [code] .. .. .. .. [/code] For testing purpose, I made 6 selections of e-mail addresses among all check boxes displayed, Those 6 e-mail addresses are my friends'. Then, the SelectRecipientFo