[ 
https://issues.apache.org/jira/browse/TAP5-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423622#comment-13423622
 ] 

Hudson commented on TAP5-1949:
------------------------------

Integrated in tapestry-trunk-freestyle #814 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/814/])
    [TAP5-1949] Defer alerts initialization to catch them all (Revision 
ec216f2a0e6684fc7c747603894e218bd6ec514d)

     Result = FAILURE
mlusetti : 
Files : 
* 
tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Alerts.java
* 
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/AlertsDemo.java
* 
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/components/ErrorComponent.java
* 
tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/pages/AlertsDemo.tml
* 
tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/AlertsTests.groovy

                
> Alerts component does not show alerts added from a component that occurs 
> later in the template
> ----------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1949
>                 URL: https://issues.apache.org/jira/browse/TAP5-1949
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.3, 5.3.4, 5.4
>            Reporter: Jochen Kemnade
>            Assignee: Massimo Lusetti
>            Priority: Minor
>              Labels: patch
>             Fix For: 5.3.5, 5.4
>
>         Attachments: 
> 0001-defer-the-alerts-JS-initialization-to-allow-for-aler.patch
>
>
> Consider the following snippet:
> <t:alerts />
> <t:componentthataddsanalert />
> The alert will not be shown as the JS for the alerts is generated in the 
> beginRender phase of the alerts component. and alerts that are added later 
> are ignored until its next rendering.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to