CDK: required element is mispalced in generated *.taglib.xml files
------------------------------------------------------------------
Key: RF-9283
URL:
https://jira.jboss.org/browse/RF-9283
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: CDK
Affects Versions: 4.0.0.Milestone2
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 4.0.0.Milestone3
In generated *.taglib.xml required tag is written as:
<attribute>
<name>name</name>
<type>java.lang.String</type>
<required>true</required>
</attribute>
but should be:
<attribute>
<name>name</name>
<required>true</required>
<type>java.lang.String</type>
</attribute>
--
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