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 :)

Completely off topic - but can you suggest a good JSP editor?  Coding in a
plain text editor like notepad can get frustrating.  I have a trial version
of JBuilder Enterprise, but it's a CPU hog, and it doesn't seem to help much
in the JSP department.

Denise Mangano
Help Desk Analyst
Complus Data Innovations, Inc.


-----Original Message-----
From: Noel J. Bergman [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, 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" in both the form and the JSP actions.  If you don't understand,
I'll go into more detail regarding naming conventions for bean properties.

        --- Noel


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to