Null pointer Exception while sending multiple list options

2003-03-14 Thread Venkat
Hi all, I am sending multiple list options from one jsp to another. in my first jsp i am retrieving values from db and and displaying to user to select them. SELECT NAME=prog_name SIZE=3 MULTIPLE while(rs.next()){ String str=rs.getString(prog_name); out.println(OPTION VALUE=+str++str+/OPTION); }

Re: Null pointer Exception while sending multiple list options

2003-03-14 Thread Francisco Manuel Martínez Suárez
(java.lang.String) ../../javax/servlet/ServletRequest.html -Mensaje original- De: Venkat [SMTP:[EMAIL PROTECTED] Enviado el: viernes 14 de marzo de 2003 10:18 Para: [EMAIL PROTECTED] Asunto: Null pointer Exception while sending multiple list options Hi all, I am sending

Re: Null pointer Exception while sending multiple list options

2003-03-14 Thread Venkat
Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Francisco Manuel Martínez Suárez Sent: Friday, March 14, 2003 3:57 PM To: [EMAIL PROTECTED] Subject: Re: Null pointer Exception while sending multiple list options Loading values

Re: Null pointer Exception while sending multiple list options

2003-03-14 Thread Francisco Manuel Martínez Suárez
:43 Para: [EMAIL PROTECTED] Asunto: Re: Null pointer Exception while sending multiple list options Hi, Thanks for the info. I know that it return you a string array if they selected and if not selected it return you a null. But actually what i want to do is User MUST select

Re: Null pointer Exception while sending multiple list options

2003-03-14 Thread Sanchez, Enrique (CORP, DDEMESIS)
) { // Error handling stuff } Regards, Enrique -Original Message- From: Venkat [mailto:[EMAIL PROTECTED] Sent: Viernes, 14 de Marzo de 2003 05:43 a.m. To: [EMAIL PROTECTED] Subject: Re: Null pointer Exception while sending multiple list options Hi, Thanks for the info. I