[richfaces-issues] [JBoss JIRA] Created: (RF-8889) CDK: @Facet leads to incorrect faces-config.xml

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Jul 1 07:46:46 EDT 2010


CDK: @Facet leads to incorrect faces-config.xml
-----------------------------------------------

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


For the following code:


@JsfComponent(type = "org.richfaces.List", family = "org.richfaces.List", facets = @Facet(name = "term"))

Generated faces-config.xml code is (faces-extension & facet-name should be in opposite order):
        <facet>
            <facet-extension>
                <cdk:generate>true</cdk:generate>
            </facet-extension>
            <facet-name>term</facet-name>
        </facet>


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