Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 53158 invoked from network); 3 Apr 2002 21:05:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Apr 2002 21:05:30 -0000 Received: (qmail 3171 invoked by uid 97); 3 Apr 2002 21:05:11 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 3155 invoked by uid 97); 3 Apr 2002 21:05:11 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 3144 invoked from network); 3 Apr 2002 21:05:10 -0000 Message-Id: <3CAB6ED2.5050401@ev.co.yu> Date: Wed, 03 Apr 2002 23:06:26 +0200 From: Nikola Milutinovic Organization: EPS Elektrovojvodina User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us Mime-Version: 1.0 To: Tomcat Users List Subject: Re: Strange bean problem in JSP References: <239E53E3EB31D5118FEB00805FE6EC1EF8E134@RCWEXCHANGE> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Sayre Robert wrote: > You should check the capitalization of your bean properties: > is it "eMail" or "EMail"? > > the jsp tag: > calling the set method: dataBean.setEMail( request.getParameter( "eMail" ) > ); > > I would try . > > Robert Sayre From the bean class: ------------------------------------ protected String eMail; public void setEMail(String EMail) { this.eMail = EMail; } public String getEMail() { return eMail; } ------------------------------------ The capitalization seams OK. I'll try your suggestion. Nix. -- To unsubscribe: For additional commands: Troubles with the list: