[
https://jira.jboss.org/browse/RF-8897?page=com.atlassian.jira.plugin.syst...
]
Alexander Smirnov resolved RF-8897.
-----------------------------------
Resolution: Done
There was special type check in attribute accestor template.
CDK: object properties are rendered as literal
----------------------------------------------
Key: RF-8897
URL:
https://jira.jboss.org/browse/RF-8897
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: CDK
Affects Versions: 4.0.0.Milestone1
Reporter: Nick Belaevski
Assignee: Alexander Smirnov
Priority: Critical
Fix For: 4.0.0.Milestone1
The following property:
public abstract Object getAutocompleteList();
is generated as:
public Object getAutocompleteList() {
return getStateHelper().get(Properties.autocompleteList);
}
but eval should be used.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira