@Style does not work during ajax update
---------------------------------------

                 Key: TAPESTRY-2228
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2228
             Project: Tapestry
          Issue Type: Bug
          Components: Core Components
    Affects Versions: 4.1.3
         Environment: Fedora 8 with Firefox 2
            Reporter: Octavian Ciubotaru



<div jwcid="[EMAIL PROTECTED]">
  <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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to