<major-embarrassement> Sorry! Wrong recipient! </major-embarrassement>
-----Original Message----- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: 16 October 2003 12:02 To: 'Struts Users Mailing List' Subject: RE: No getter method Dad, Don't ring that guy yet, I know him myself pretty well so I'd prefer to tell him you'll give him a call. I was talking to him briefly but he was busy at work so he said he'd give me a ring back. Cheers, Brian -----Original Message----- From: Mariano García [mailto:[EMAIL PROTECTED] Sent: 16 October 2003 10:44 To: 'Struts Users Mailing List' Subject: No getter method Hi all, I have an ActionForm, an Action class and a bean. In struts-config.xml I have this: <form-beans> [...] <form-bean name="connectionForm" type="myapp.form.ConnectionForm" /> [...] </form-beans> <action-mappings> <action path="/editConnection" type="myapp.action.EditConnectionAction" name="" scope="request" validate="false"> <forward name="success" path="/myapp/connection.jsp" /> </action> </action-mappings> When I call /editConnection.do, I receive this error: No getter method available for property device for bean under name org.apache.struts.taglib.html.BEAN My ActionForm class has an attribute called 'device', and I have implemented getDevice() and setDevice(). What is my error? Thanks, Mariano. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]