[ 
https://jira.jboss.org/browse/RF-9325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12554097#action_12554097
 ] 

Alexander Smirnov commented on RF-9325:
---------------------------------------

CDK expected 'true' instead of attribute name. Fixed - you can specify both 
"true" or attribute name.

> 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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to