support @DataModel on javax.faces.model.DataModel type field
------------------------------------------------------------
Key: JBSEAM-3860
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3860
Project: Seam
Issue Type: Bug
Components: JSF Integration
Affects Versions: 2.1.0.GA
Reporter: zhou yanming
add four lines to class org.jboss.seam.faces.DataModels
if (value instanceof DataModel)
{
return (DataModel)value;
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira