[richfaces-issues] [JBoss JIRA] Created: (RF-10755) managed-bean in richfaces-core-impl

Martin Kočí (JIRA) jira-events at lists.jboss.org
Mon Mar 14 15:07:46 EDT 2011


managed-bean in richfaces-core-impl
-----------------------------------

                 Key: RF-10755
                 URL: https://issues.jboss.org/browse/RF-10755
             Project: RichFaces
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
          Components: compatibility
    Affects Versions: 4.0.0.CR1
         Environment: Richfaces 4.0.0 branch
            Reporter: Martin Kočí


richfaces-core-impl contains three definitions of managed-beans:
a4j
a4jSkin
richSkin

By mistake one of our coders created CDI bean named "richSkin" and that caused malfunction of richfaces skinning. 


Suggestion: do not provide those beans but implement them as implicit object (similar like JSF implicit object "view" or "sessionScope")

There is SkinPropertiesELResolver already, all what needs to be done is define new implicit object "richSkin" and handle it there in similar way how JSF impl handle implicit objects.

a4jSkin managed-bean seems to be obsolete, about a4j(VerionBean) I'm not sure.





--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list