Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Denise Mangano
Hi all. This one's kind of urgent because its holding up the rest of my project... I'm not sure I understand why this is happening. I have a bean that I use for form validation. When I test the code locally using an editor and hard coding variable values, the code runs perfect and all

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Denise Mangano
[mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 1:46 PM To: 'Tomcat Users List' Subject: Code works in editor, but not through Tomcat - Please help! Importance: High Hi all. This one's kind of urgent because its holding up the rest of my project... I'm not sure I understand why

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Denise Mangano
[mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 1:46 PM To: 'Tomcat Users List' Subject: Code works in editor, but not through Tomcat - Please help! Importance: High Hi all. This one's kind of urgent because its holding up the rest of my project... I'm not sure I understand why

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Hamilton, Andrew
. Drew -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 2:34 PM To: 'Tomcat Users List' Subject: RE: Code works in editor, but not through Tomcat - Please help! I tried to echo print the value of the PostalCode after it has been picked up

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Denise Mangano
. Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Hamilton, Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 3:01 PM To: Tomcat Users List Subject: RE: Code works in editor, but not through Tomcat - Please help! Denise, I had

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Denise Mangano
, January 02, 2003 3:54 PM To: Tomcat Users List Subject: RE: Code works in editor, but not through Tomcat - Please help! Denise, The first thing that immediately came to mind is to check your setters and form parameters for the appropriate case usage. Your PostalCode should be postalCode

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Hamilton, Andrew
, 2003 4:37 PM To: 'Tomcat Users List' Subject: RE: Code works in editor, but not through Tomcat - Please help! That seemed to do it. I know of naming conventions when writing Java programs, but have never seen an instance that the naming convention was an absolute rule. Thanks for your help

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Denise Mangano
, January 02, 2003 4:42 PM To: Tomcat Users List Subject: RE: Code works in editor, but not through Tomcat - Please help! I use NetBeans www.netbeans.org. It is a nice java IDE. It is open source so does have its issues. But it does a lot of stuff for you. You just have to take some time to get

Re: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Carl
] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, January 02, 2003 4:49 PM Subject: RE: Code works in editor, but not through Tomcat - Please help! Thanks Drew - I will definitely check it out because I am NOT happy with JBuilder at all. I would be lost without this list!! Thanks

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Noel J. Bergman
Denise, When dealing with introspection and reflection, conventions become rules. :-) The code has to know how to map property names to methods. My pleasure to help. I know that area pretty well, having worked on the GNUJSP implementation of that code, and written a database layer that works

RE: Code works in editor, but not through Tomcat - Please help!

2003-01-02 Thread Turner, John
eclipse from IBM, also free, I believe. John -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 4:49 PM To: 'Tomcat Users List' Subject: RE: Code works in editor, but not through Tomcat - Please help! Thanks Drew - I will definitely