It has to do with the java.beans.Introspector. It doesn't find the properties 
correctly if the getter and setter don't match. It won't be able to figure out 
what the property type is if they aren't the same for the same name. I don't 
remember what the heuristic is, but if you think about it, it will either find 
a property based on the getter or the setter, with their respective types, but 
the property will only have one method, the getter or the setter, but not both. 
Each have their own problems and would keep bean binding with OGNL from working.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=35707&messageID=69900#69900


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

Reply via email to