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

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Mon Jul 12 15:08:46 EDT 2010


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

Alexander Smirnov resolved RF-8889.
-----------------------------------

    Resolution: Done


Prop order set in the JAXB model

> 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