Valid getter format not recognized by Engine when attempting to retrieve value.
-------------------------------------------------------------------------------
Key: VELOCITY-592
URL: https://issues.apache.org/jira/browse/VELOCITY-592
Project: Velocity
Issue Type: Bug
Affects Versions: 1.5
Environment: Windows XP SP2, Java 1.6.0_05
Reporter: Ivan Lazarte
I was using an object created with beans automatically to be parsed by Velocity.
The tool (Eclipse) I was using had generated getters and setters for me.
A boolean variable "isDateImportNeeded" was generated a getter a setter.
The getter generated was named "isDateImportNeeded" while Velocity can only use
"getIsDateImportNeeded"
Both are valid JavaBeans specification names, so ideally Velocity would support
both versions.
Thanks!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]