[richfaces-issues] [JBoss JIRA] Created: (RF-9325) CDK: can't specify 'readonly' attribute on html <input > element in template

Anton Belevich (JIRA) jira-events at lists.jboss.org
Tue Sep 7 10:48:52 EDT 2010


CDK: can't specify 'readonly' attribute on html <input > element in template
----------------------------------------------------------------------------

                 Key: RF-9325
                 URL: https://jira.jboss.org/browse/RF-9325
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: CDK
    Affects Versions: 4.0.0.Milestone2
            Reporter: Anton Belevich
             Fix For: 4.0.0.Milestone3


when I set <input readonly="readonly"/> in cdk template tempate compiler generate next java code:

      if(Boolean.valueOf(String.valueOf("readonly"))) {
        responseWriter.writeAttribute("readonly","readonly",null);
      }



-- 
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

        


More information about the richfaces-issues mailing list