]
Matej Novotny reassigned RFPL-3418:
-----------------------------------
Assignee: Matej Novotny
Metamer with MyFaces
--------------------
Key: RFPL-3418
URL:
https://issues.jboss.org/browse/RFPL-3418
Project: RichFaces Planning
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.5.0.Alpha3
Environment: Tomcat 7/8
MyFaces (2.1.x, 2.2.x)
RF 4.5.0.Alpha3
Reporter: Matej Novotny
Assignee: Matej Novotny
Metamer with MyFaces does not display components correctly.
It can be deployed (to Tomcat) without errors but once you load the [main
page|http://localhost:8080/metamer-tomcat7-myfaces/faces/index.xhtml], you can see that
the panel is not rendered correctly. Also one can browse to for instance [accordion
page|http://localhost:8080/metamer-tomcat7-myfaces/faces/components/richAccordion/simple.xhtml]
which is displayed as plain text.
This is likely to be due to some resources (styling) not loaded.
Showcase and simpleapp work both fine with MyFaces so it's Metamer related only.
Also this bug cannot be reproduced with 4.3.x.
With MyFaces the following CSS files are present on the accordion page:
* common.ecss
* attributes.ecss
* skinning.ecss
While with Mojarra these are present:
* common.ecss
* attributes.ecss
* accordion.css
* icons.css
* log.css
* skinning.ecss