]
Michal Petrov reassigned RF-13758:
----------------------------------
Assignee: Michal Petrov
RF 4.5 with MyFaces, CSS not loaded
-----------------------------------
Key: RF-13758
URL:
https://issues.jboss.org/browse/RF-13758
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.5.0.Alpha3
Reporter: Matej Novotny
Assignee: Michal Petrov
Priority: Critical
When you use MyFaces as JSF implementation, RF fail to get CSS files hence the components
are displayed as plain text.
I tried this (among others) with simpleapp which I modified by adding a simple
rich:panel. With Mojarra the css for panel was received and panel was displayed correctly.
Then I modified pom.xml to use MyFaces. The app can be deployed but the panel is just a
plain text and page contains no css for styling.
This can be reproduced with Metamer/simpleapp/showcase.
Please see steps to reproduce for reproducers with Metamer and simpleapp.
Showcase reproducer is more complicated due to RF-13757.