]
Alexander Smirnov updated RF-9325:
----------------------------------
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
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: