Re: multibox mayhem

2004-06-02 Thread Irfandhy Franciscus
from this code : I guess that bean1 must be an object inside 'allofem' So why are you trying to iterate an object : pls wrote: i had to add tags around the because there were some trailing 'null' values in the Integer[] after reading from DB. "pls" <[EMAIL PROTECTED]> wrote in message news:[EMA

Re: multibox mayhem

2004-06-02 Thread pls
i had to add tags around the because there were some trailing 'null' values in the Integer[] after reading from DB. "pls" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have one multibox per page on a few pages. > Each page name is represented by the 'key' property of a HashMap.

multibox mayhem

2004-06-02 Thread pls
I have one multibox per page on a few pages. Each page name is represented by the 'key' property of a HashMap. Each selected checkbox number is stored in Integer[]'s in the 'value' property of a HashMap. After selecting all of the checks, the user is forwarded to a confirmation.jsp which displays