Real basic question - scope

2005-09-01 Thread David Shapiro
I have a jsp page that uses a class I wrote to connect to a database (mysql) and pull up some information based on what the user fills in one of three text boxes. I understand why if I fill in a text box once and press submit I get my result, but I do not understand why if I press enter again

Re: Real basic question - scope

2005-09-01 Thread Anto Paul
On 9/1/05, David Shapiro [EMAIL PROTECTED] wrote: I have a jsp page that uses a class I wrote to connect to a database (mysql) and pull up some information based on what the user fills in one of three text boxes. I understand why if I fill in a text box once and press submit I get my

RE: Real basic question - scope

2005-09-01 Thread David Shapiro
AM To: Tomcat Users List Subject: Re: Real basic question - scope On 9/1/05, David Shapiro [EMAIL PROTECTED] wrote: I have a jsp page that uses a class I wrote to connect to a database (mysql) and pull up some information based on what the user fills in one of three text boxes. I understand

Re: Real basic question - scope

2005-09-01 Thread Anto Paul
On 9/2/05, David Shapiro [EMAIL PROTECTED] wrote: It is just a jsp page Pretty much html accept for the class for processing the mysql query. It uses basic jsp to display the rs data in a table with a little bit of css to snaze it up. It will be useful if you post the relevant JSP/Java