A best practice for moving data from table to db

2001-03-22 Thread joe smith
Say I have a plain old HTML table and I want to get all the data from this table, using a JSP, and send that data off to a class that does database processing. Is it 'normal practice' to define some sort of a collection within the JSP and use that to store all the data from the table. Then, send

Re: Abwesenheitsnotiz: A best practice for moving data from table to db

2001-03-23 Thread joe smith
Peter, I assume you wrote in German? I can't read German, please resend in english. Thanks. --Original Message-- From: "Peter Perini" <[EMAIL PROTECTED]> To: "joe smith" <[EMAIL PROTECTED]> Sent: March 22, 2001 6:26:14 PM GMT Subject: Abwesenheitsn

Basic Newbie Question

2001-03-25 Thread joe smith
I'm trying to test setting a simple string value to my java bean's setter method from the input of a JSP page. Using the JSP set syntax and usebean to get a reference to my bean's setter method, can I use response.encodeURL() to call the same current jsp and then the same jsp calls the setter met

Are ArrayLists supported in JSP1.1?

2001-03-28 Thread joe smith
I'm using Tomcat 3.2.1, which supports servlet2.2 and JSP1.1. Are ArrayLists supported in JSP1.1? In my implementation, I would like to use an ArrayList vs. an array. Thanks __ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=si

Re: Are ArrayLists supported in JSP1.1?

2001-03-29 Thread joe smith
s supported in JSP1.1? Whether you can use ArrayList instead of Arrays would depend on the version of the JDK that you are using, nothing really to do with the JSP Specification. Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: joe smith <[EMAIL

Nullpointer using Sessions with JSP/Servlets - HELP

2001-04-12 Thread joe smith
This is probably a basic session type question, but I'm a relative newbie. I have the book, "JavaServer Pages," by Hans, but I'm still unclear where my error is. Sorry, this is a little lengthy, but I'm trying to give all the details. Here are the details: Tomcat3.2.1 WinNT4 JDK1.3 1. I have a l

Help: NullPointer session JSP/servlet

2001-04-12 Thread joe smith
I posted a message about my problem, but I think I partially found the solution. But, I still have a question. In my 2 getter method calls on my bean, one returns a HashMap, and one returns an ArrayList. I'm not sure how I can setup this up in my JSP so that I can iterate thru the data set. Any s

Re: Help: NullPointer session JSP/servlet

2001-04-12 Thread joe smith
I figured it out on my own. If anybody cares to know the answer, let me know. Thanks. --Original Message-- From: joe smith <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: April 12, 2001 4:24:34 PM GMT Subject: Help: NullPointer session JSP/servlet I posted a message about my p