[
https://issues.jboss.org/browse/RF-11694?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč updated RF-11694:
----------------------------
Workaround Description:
Do not use {{ui:include}} - Put directly the code inside the destination page
----
or pre-render required dependencies to the initial page
{code:xml}
<h:body>
<h:outputStylesheet library="org.richfaces"
name="datatable.ecss">
<h:outputScript library="org.richfaces" name="datatable.js">
...
</h:body>
{code}
was:
Do not use include - Put directly the code inside the destination page.... :(((
or
ask to refresh the whole page by not using a4j:commandButton but h:commandButton. :(((
or
press F5 key
RF4 : Bad rendering on rich:dataTable inside ui:include enclosed in a
rich:tabPanel
-----------------------------------------------------------------------------------
Key: RF-11694
URL:
https://issues.jboss.org/browse/RF-11694
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Environment: Websphere 8 - RAD 8 - JSF Mojorra 2.1.4 - Spring 3.0.6 Final - Use
@Inject @Named @SessionScoped as annotations - Firefox 7.0.1 - Windows 7 (6.1 sp1)
Reporter: Jean ANDRE
Fix For: 4.Future
Attachments: After F5 Key.jpg, Newly dynamic tab.jpg, Screen at the
beginning....jpg
The rich:dataTable is not rendering with CSS style when the dataTable is inside a
separate file (ui:include src=....) during the ajax rendering on a dynamic insert of
rich:tab.
The error does not appear when the content of the include file is directly moved inside
the final page, I mean without ui:include.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira