Re: help me with this " numberformat exception" please

2001-10-19 Thread yilmaz
Hi Jan, thank you very much for your help, it worked !!. as you said i began to cut off my code little by little and compile till i found the cancerous part. since i was having numberformat exception at Integer.parseInt , (which i hadn't in my code) i was supposing that the probl

Re: help me with this " numberformat exception" please

2001-10-19 Thread yilmaz
ent: Friday, October 19, 2001 2:52 PM Subject: Re: help me with this " numberformat exception" please > Really a strange problem, isn't it? > For your reference, please try the following: > First, try "http://localhost:8080/newscont.jsp?no=123; >

SV: help me with this " numberformat exception" please

2001-10-19 Thread Jan Areno
ungligt meddelande-Från: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]För yilmazSkickat: den 19 oktober 2001 09:11Till: [EMAIL PROTECTED]Ämne: Re: help me with this " numberformat exception" please Hi Jan, - Original M

Re: help me with this " numberformat exception" please

2001-10-18 Thread yilmaz
Hi Jan, - Original Message - From: Jan Areno To: [EMAIL PROTECTED] Sent: Friday, October 19, 2001 2:07 PM Subject: SV: help me with this " numberformat exception" please You have the answer right there... check where it does a Intege

Re: help me with this " numberformat exception" please

2001-10-18 Thread Zeng, Feng_Hua (CAP,CEF)
: " + e); } // now the integer variable of "no" can be used carefree Happy coding! -Original Message- From: yilmaz [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 11:46 AM To: [EMAIL PROTECTED] Subject: Re: help me with this " numberformat excep

SV: help me with this " numberformat exception" please

2001-10-18 Thread Jan Areno
t: den 19 oktober 2001 04:46Till: [EMAIL PROTECTED]Ämne: Re: help me with this " numberformat exception" please Thank you David, Horwat and Sankar for your help, my JSP just can't see the parameters. i tried calling the jsp without any parameter ( http://localhost:8080/new

Re: help me with this " numberformat exception" please

2001-10-18 Thread Gochwal Meenu
Hi Try with .equals() and initialize i=0 > -Original Message- > From: yilmaz [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, October 18, 2001 6:28 PM > To: [EMAIL PROTECTED] > Subject: help me with this " numberformat exception" please > > hi everybod

Re: help me with this " numberformat exception" please

2001-10-18 Thread yilmaz
Thank you David, Horwat and Sankar for your help, my JSP just can't see the parameters. i tried calling the jsp without any parameter ( http://localhost:8080/newscont.jsp) and i get the same numberformat exception, i think it can't even see that there is a parameter at the e

Re: help me with this " numberformat exception" please

2001-10-18 Thread David Nguyen
TECTED]]On Behalf Of yilmazSent: Thursday, October 18, 2001 5:58 AMTo: [EMAIL PROTECTED]Subject: help me with this " numberformat exception" please hi everybody, i spent my whole afternoon with a stupid numberformat exception. at last i gave up,and decided to bring here.  c

Re: help me with this " numberformat exception" please

2001-10-18 Thread horwat
al Message - From: "yilmaz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 5:57 AM Subject: help me with this " numberformat exception" please hi everybody, i spent my whole afternoon with a stupid numberformat exception. at last i gav

Re: help me with this " numberformat exception" please

2001-10-18 Thread M Sankar
Try to trim ur number after receiving it in JSP. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on

help me with this " numberformat exception" please

2001-10-18 Thread yilmaz
hi everybody, i spent my whole afternoon with a stupid numberformat exception. at last i gave up,and decided to bring here.  can someone help me with this please, or I will get crazy. i am using tomcat 4 on windows 2000. this jsp file takes a request parameter no, which is an integer. but

Update: Numberformat

2000-11-10 Thread Daniel Lynn
WooHoo! Worked, I get it now (thank god). Thank you everyone, much appreciated as always. -Daniel === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be foun

Re: numberformat

2000-11-10 Thread Arun Thomas
Daniel, In order to obtain an instance of NumberFormat, you make use of the static methods of the class (getNumberInstance, getCurrencyInstance(), or getPercentInstance()). These methods create objects of one of the subclasses and returns it for use. -AMT > -Original Message- >

numberformat

2000-11-10 Thread Daniel Lynn
OK, so I've been staring at my Nutshell book for a few hours now and the whole NumberFormat class doesn't seem to be getting any less confusing... currently, my price variables come up as 1 digit after the decimal ($8.0 instead of $8.00 for example). I know numberformat can format to

Numberformat

2000-11-03 Thread Daniel Lynn
I'm trying to figure out the NumberFormat class and the books I have aren't much help. Does anyone know where I can find a tutorial? -Daniel === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signo