[richfaces-issues] [JBoss JIRA] Created: (RF-9039) CDK: improper placement of description tags in generated taglib

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Aug 11 13:28:49 EDT 2010


CDK: improper placement of description tags in generated taglib 
----------------------------------------------------------------

                 Key: RF-9039
                 URL: https://jira.jboss.org/browse/RF-9039
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: CDK
    Affects Versions: 4.0.0.Milestone2
            Reporter: Nick Belaevski
            Assignee: Alexander Smirnov


Here is the fragment from generated a4j.taglib.xml:


    <tag>
        <tag-name>ajax</tag-name>
        <description>@author Anton Belevich</description>
        <behavior>
            <behavior-id>org.ajax4jsf.behavior.Ajax</behavior-id>
            <handler-class>org.richfaces.view.facelets.html.AjaxHandler</handler-class>
        </behavior>
    </tag>

Two problems:

1. description tags should be the first child of <tag> element
2. description should be specified inside <behavior> tag as is done for component

-- 
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