Details
Description
I'm migrating my project from JSF 1.2 to JSF2 and I was using a <ui:include src="#
{guiMB.viewID}" /> tag wrapped in a <a4j:outputPanel> tag (from RichFaces) and rendering the a4j:outputPanel via ajax. However in JSF2 this doesn't load the resources for the page i'm including.
So anything i include dynamically like this doesn't have any of the styling or javascript that should be loaded with it.
I have created a test project which demonstrates the issue so i'll attach for you to replicate the issue.
Attachments
Attachments
Issue Links
- duplicates
-
MYFACES-3367 Detect when to wpdate head or body target when content has been updated dynamically
- Closed