Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.1.3
-
None
-
None
-
Fedora 8 with Firefox 2
Description
<div jwcid="updPart@Any">
<span jwcid="@If" condition="ognl:show">
<span jwcid="@ComponentWithStyle" />
</span>
</div>
During normal page request the @ComponentWithStyle is not rendered (show==false).
If during an ajax request, show becomes true, the @ComponentWithStyle is rendered ok, but the bundled css from the component is missing in XHR response.
This problem happens only during ajax updates.
I think @Style should update <head> not just during normal http request.