[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3860) support @DataModel on javax.faces.model.DataModel type field

zhou yanming (JIRA) jira-events at lists.jboss.org
Sun Dec 21 21:41:54 EST 2008


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

        



More information about the seam-issues mailing list