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

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Wed Sep 29 14:53:40 EDT 2010


     [ https://jira.jboss.org/browse/RF-9325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Smirnov resolved RF-9325.
-----------------------------------

    Resolution: Done


> CDK: can't specify 'readonly' attribute on html <input > element in the xml 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
>            Assignee: Alexander Smirnov
>             Fix For: 4.0.0.Milestone3
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> 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