[richfaces-issues] [JBoss JIRA] Resolved: (RF-9283) CDK: required element is misplaced in generated *.taglib.xml files

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Sep 1 11:13:11 EDT 2010


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

Nick Belaevski resolved RF-9283.
--------------------------------

    Resolution: Done


> CDK: required element is misplaced 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

        


More information about the richfaces-issues mailing list