RE: String with digits to Long, verse String w/ digits and commas to Long

2004-12-16 Thread Mick.Knutson
ly by reply e-mail and delete this message. Thank you for your cooperation." -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 2:52 PM To: Struts Users Mailing List Subject: Re: String with digits to Long, vers

Re: String with digits to Long, verse String w/ digits and commas to Long

2004-12-16 Thread Wendy Smoak
From: <[EMAIL PROTECTED]> > I have a form field that I want to be a number in the DB, > but the user can add digits, or digits with commas into. > So 1000 is the same at 1,000 on the ui. > My question is, will struts convert "1,000" to 1000L > just as it will convert "1000" to 1000L? Struts doesn'

Re: String with digits to Long, verse String w/ digits and commas to Long

2004-12-16 Thread Hubert Rabago
---Original Message- > From: Jim Barrows [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 16, 2004 2:17 PM > To: Struts Users Mailing List > Subject: RE: String with digits to Long, verse String w/ digits and > commas to Long > > > -Original Message- > > Fro

RE: String with digits to Long, verse String w/ digits and commas to Long

2004-12-16 Thread Mick.Knutson
k you for your cooperation." -Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Thursday, December 16, 2004 2:17 PM To: Struts Users Mailing List Subject: RE: String with digits to Long, verse String w/ digits and commas to Long >

RE: String with digits to Long, verse String w/ digits and commas to Long

2004-12-16 Thread Jim Barrows
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 16, 2004 3:11 PM > To: [EMAIL PROTECTED] > Subject: String with digits to Long, verse String w/ digits and commas > to Long > > > I have a form field that I want to be a number in the DB,