RE: Checkbox Arrays - Internationalising them?!

2001-05-11 Thread Deadman, Hal
it would be for you to pass the messages and locale objects into your bean and use them there. Hal > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 11, 2001 2:37 PM > To: [EMAIL PROTECTED] > Subject: RE: Checkbox Arrays - Internati

RE: Checkbox Arrays - Internationalising them?!

2001-05-11 Thread dhay
archives and couldn't find it... Thanks, Dave "Deadman, Hal" <[EMAIL PROTECTED]> on 05/10/2001 12:20:58 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: Checkbox Arrays I posted this same response to you

RE: Checkbox Arrays

2001-05-11 Thread Tony Karas
I am amazed (and pleased) at your perseverance :-) >From: "Deadman, Hal" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: RE: Checkbox Arrays >Date: Thu, 10 May 2001 13:35:12 -0400 > >Don't use the html:checkbox, use htm

RE: Checkbox Arrays

2001-05-11 Thread Tony Karas
Ah sorry Hal - thanks for your perseverance - I was assuming, mistakenly, that multibox was something else. I'll take a look at this - cheers. Tony >From: "Deadman, Hal" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: RE: C

RE: Checkbox Arrays

2001-05-10 Thread Dudley [EMAIL PROTECTED]
yes please,, please share -Original Message- From: Jeff Trent [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 9:44 PM To: [EMAIL PROTECTED] Subject: Re: Checkbox Arrays I don't know if this is the right thread. But I just got multibox working in my app (including preserv

Re: Checkbox Arrays

2001-05-10 Thread Jeff Trent
5 minutes ago so I'll let you know later if it really works ;-) - jeff - Original Message - From: "Peter Alfors" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 2:01 PM Subject: Re: Checkbox Arrays > Try pulling the bean value out in

Re: Checkbox Arrays

2001-05-10 Thread Peter Alfors
s <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > >Subject: Re: Checkbox Arrays > >Date: Thu, 10 May 2001 11:09:18 -0500 > > > >Im not sure how the ActionForm changes things, but without an actionform > >your > >coul

RE: Checkbox Arrays

2001-05-10 Thread Deadman, Hal
;retailer" property="id"/>"/> > > > > > > But it doesn't like having the bean:write embedded there. Am > I missing > something obvious? > > Many thanks > Tony > > > > >From: Peter Alfors <[EMAIL

Re: Checkbox Arrays

2001-05-10 Thread Eric Rasmussen
the way we solved this was to create a hidden field for each checkbox that holds the value that would be sent if the checkbox were to be checked. I then compare the full value array sent by the hidden values with the partial array sent by the checkboxes to see which ones were checked and which we

Re: Checkbox Arrays

2001-05-10 Thread Tony Karas
re. Am I missing something obvious? Many thanks Tony >From: Peter Alfors <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Checkbox Arrays >Date: Thu, 10 May 2001 11:09:18 -0500 > >Im not sure how the ActionForm changes things, but

RE: Checkbox Arrays

2001-05-10 Thread Deadman, Hal
I posted this same response to your Posting Collections question yesterday. Here it is again. If you use the html:multibox, you can get back an array of key values instead of an array of booleans. They key values can be Longs, Strings, whatever, as long as it uniquely identifies the row that you w

Re: Checkbox Arrays

2001-05-10 Thread Peter Alfors
Im not sure how the ActionForm changes things, but without an actionform your could do this Each checkbox can have the same name, but a different value. When the form is submitted, the checkboxes that have been checked are in the request. You can use the request.getParameterValues("checkBoxNa