Author: alexsmirnov
Date: 2010-09-29 14:56:18 -0400 (Wed, 29 Sep 2010)
New Revision: 19384
Modified:
trunk/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/templates/testComponent.xml
Log:
RESOLVED - issue RF-9325: CDK: can't specify 'readonly' attribute on html
<input > element in the xml template
https://jira.jboss.org/browse/RF-9325
Modified:
trunk/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/templates/testComponent.xml
===================================================================
---
trunk/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/templates/testComponent.xml 2010-09-29
18:55:42 UTC (rev 19383)
+++
trunk/cdk/maven-cdk-plugin/src/it/annotated-component/src/main/templates/testComponent.xml 2010-09-29
18:56:18 UTC (rev 19384)
@@ -38,6 +38,8 @@
</cc:interface>
<cc:implementation>
<div id="#{clientId}" cdk:passThroughWithExclusions="id dir
lang">
+ <input readonly="readonly"/>
+ <input readonly="true"/>
<c:if test="#{component.attributes['ifTest'] != null}">if
content</c:if>
<c:choose>
<c:when test="#{component.attributes['anotherTest'] !=
null}">when content</c:when>