Re: Ang. Need Help w. Null Pointer Exception.

2006-08-30 Thread David Smith
Simply compare to the key word null: if ( is != null ) { while ( is.read..etc.) { } } --David Steve R Burrus wrote: yes the while loop is on line number 19 okay. Please forgive me for my ignorance about this, but I was wondering how I should go about doing that check for a non-null

Re: Ang. Need Help w. Null Pointer Exception.

2006-08-30 Thread Steve R Burrus
yes the while loop is on line number 19 okay. Please forgive me for my ignorance about this, but I was wondering how I should go about doing that check for a non-null value?? [EMAIL PROTECTED] wrote: Is the while... line number 19? If so make atest that is != null before you continue. Regard

Ang. Need Help w. Null Pointer Exception.

2006-08-29 Thread nils-olov . fransson
Is the while... line number 19? If so make atest that is != null before you continue. Regards Nils-Olov Fransson - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co