From tomcat-user-return-100305-apmail-jakarta-tomcat-user-archive=jakarta.apache.org@jakarta.apache.org Thu May 06 15:17:48 2004 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 67124 invoked from network); 6 May 2004 15:17:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 May 2004 15:17:47 -0000 Received: (qmail 21884 invoked by uid 500); 6 May 2004 15:00:16 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 21767 invoked by uid 500); 6 May 2004 15:00:13 -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 21540 invoked from network); 6 May 2004 15:00:06 -0000 Received: from unknown (HELO cheviot5.ncl.ac.uk) (128.240.233.122) by daedalus.apache.org with SMTP; 6 May 2004 15:00:06 -0000 Received: from csf.ncl.ac.uk (csf.ncl.ac.uk [128.240.82.126]) by cheviot5.ncl.ac.uk (8.12.10/8.12.10) with ESMTP id i46E2QjU026479 for ; Thu, 6 May 2004 15:02:26 +0100 Received: from CSF/SpoolDir by csf.ncl.ac.uk (Mercury 1.21); 6 May 104 15:02:25 GMT0BST Received: from SpoolDir by CSF (Mercury 1.21); 6 May 104 15:02:02 GMT0BST Received: from haggis.ncl.ac.uk by csf.ncl.ac.uk (Mercury 1.21) with ESMTP; 6 May 104 15:01:57 GMT0BST Subject: Can't find method to write bean property From: Adam Buglass To: tomcat-user@jakarta.apache.org Content-Type: text/plain Organization: Message-Id: <1083851952.2685.17.camel@haggis.ncl.ac.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 06 May 2004 14:59:13 +0100 Content-Transfer-Encoding: 7bit X-Newcastle-MailScanner-Information: Please contact Postmaster@newcastle.ac.uk for more information X-Newcastle-MailScanner: Found to be clean X-MailScanner-From: adam.buglass@ncl.ac.uk X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This has had me puzzled for a couple of days now. I've checked the docs, the faqs and the list archives. I have a JSP which attempts to save information to a bean usinglines of code such as: The corresponding Java is: private String userID; public void setUserid( String LuserID ) { // this.userID = LuserID; userID = LuserID; } As you can see, I've attempted using both lines of code that are in the method. Everytime I see evidence of another similar problem it has been fixed by using the value attribute in the JSP like: but this hasn't worked for me. I *always* get the following error: org.apache.jasper.JasperException: Can't find a method to write property 'userid' in a bean of type 'ISPSelfCare.Login' I've checked the obvious such as package / class names etc. Has anyone got any ideas where I'm making the error? Thanks Adam. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org