RE: org.apache.jasper.JasperException: No getter method for property appauth.aAuthLevel of bean element

2002-12-13 Thread shirishchandra . sakhare
Hi, The problem has to do with java beans specification 1.01 section 8.8 The mechanism used by java beans introspection to derive method names from property names is like this. 1.Append get/set to peoperty name and capitilise first letter of property.(e.g. for a property name, method names

RE: org.apache.jasper.JasperException: No getter method for property appauth.aAuthLevel of bean element

2002-12-12 Thread Karr, David
This is the two starting caps rule. I don't know exactly how this translates, as I try to avoid this situation. Change your property name (in both places) so that the second character is NOT a capital. I believe this will solve this problem, at least that part. -Original Message-

Re: org.apache.jasper.JasperException: No getter method for property appauth.aAuthLevel of bean element

2002-12-12 Thread Robert J. Lebowitz
You might want to employ the reflection API to determine how the attribute is named (upper vs. lowercase, etc.). I believe I saw a note about this somewhere in the Struts documentation. Rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL