Re: multivalue list - set a value greater than 1000

2004-10-11 Thread Paul Joseph
Derek, thank you. This is the solution I wound up using. --Paul --- Derek Hohls <[EMAIL PROTECTED]> wrote: > Paul > > You need to overwrite the default behaviour on the > binding > which inserts a ',' as the separator for each set of > a thousand > in the number e.g. 15,000,000 for fifteen mil

Re: multivalue list - set a value greater than 1000

2004-10-10 Thread Derek Hohls
Paul You need to overwrite the default behaviour on the binding which inserts a ',' as the separator for each set of a thousand in the number e.g. 15,000,000 for fifteen million. The *only* solution I have found (and I have had this problem twice now) is to have: in the binding file specificat

RE: multivalue list - set a value greater than 1000

2004-10-07 Thread Paul Joseph
independent: > > > > > > The source of the problem however is that the > formstransformer uses a > different locale then the the one used when > processing a form submit. > > > > > -Original Message- > > From: Paul Joseph [mailto:[EMAIL

RE: multivalue list - set a value greater than 1000

2004-10-07 Thread oceatoon
maybe this javascript caster could be of hand var int = parseInt(your_num_value_or_string,10) Rgards Tibor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: multivalue list - set a value greater than 1000

2004-10-07 Thread Bruno Dumon
ph [mailto:[EMAIL PROTECTED] > Sent: Thursday, 7 October 2004 1:23 PM > To: Cocoon Users > Subject: multivalue list - set a value greater than 1000 > > Hi, > > I have a multivalue widget that is populated with a > list of id's and labels. > > The id's are

RE: multivalue list - set a value greater than 1000

2004-10-06 Thread Joe Latty
] Sent: Thursday, 7 October 2004 1:23 PM To: Cocoon Users Subject: multivalue list - set a value greater than 1000 Hi, I have a multivalue widget that is populated with a list of id's and labels. The id's are integers with values greater between 1 and 16000. The widget saves to th

multivalue list - set a value greater than 1000

2004-10-06 Thread Paul Joseph
Hi, I have a multivalue widget that is populated with a list of id's and labels. The id's are integers with values greater between 1 and 16000. The widget saves to the database properly and the list loads. However, if a selected widget has a value greater than 1000, while it saves correctly to