ArrayIndexOutOfBounds exception

2002-03-04 Thread Henry S. Hayden
I'm trying to return a recordset via an Oracle 8.1.5 stored procedure. I could swear that the following script used to work, but it now gives an ArrayIndexOutOfBounds exception. This is using tomcat 3.2. (I haven't figured out what's wrong yet, so I haven't mvoed it to Tomcat 4.01.) What has

Setting focus in JSP

2002-02-28 Thread Henry S. Hayden
I would like to be able to set a form's focus to the first textbox on a JSP. As this is client-side programming, must I do it via JavaScript? I've tried inserting the following at the top of a JSP, without the desired effect: Script LANGUAGE=JavaScript TYPE=text/javascript function

Re: Setting focus in JSP

2002-02-28 Thread Henry S. Hayden
Here is a little more background, which I probably should have included: The firstfocus() function is called from the JSP's BODY ONLOAD event. I'm using Communicator 4.77 and IE 5. It does not work with either one. There is no error message, either. The form appears properly, except that

Re: Setting focus in JSP

2002-02-28 Thread Henry S. Hayden
(){ document.frmEmployee.txtName.focus(); } /script body onLoad=focusFirst() form action=# name=frmEmployee input type=text name=txtName value=tata /form -Original Message- From: Henry S. Hayden [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 3:16 PM To: [EMAIL PROTECTED] Subject: Re: Setting focus in JSP

Re: JSP/Bean returning a null

2002-02-18 Thread Henry S. Hayden
://www.emailanorder.com - Original Message - From: Henry S. Hayden [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 18, 2002 3:24 AM Subject: JSP/Bean returning a null I have a JSP, using a Bean, returning values from an HTML form. I'm using Tomcat 3.3. So far, I have

JSP/Bean returning a null

2002-02-17 Thread Henry S. Hayden
I have a JSP, using a Bean, returning values from an HTML form. I’m using Tomcat 3.3. So far, I have a very simple form with five fields on the first JSP. The values from the input form are POSTed to the display form. When submitted, a Bean handles the field processing and sends the values to

Re: JSP/Bean returning a null

2002-02-17 Thread Henry S. Hayden
: Henry S. Hayden [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 18, 2002 3:24 AM Subject: JSP/Bean returning a null I have a JSP, using a Bean, returning values from an HTML form. I'm using Tomcat 3.3. So far, I have a very simple form with five fields on the first JSP