[
https://issues.apache.org/jira/browse/TOBAGO-1648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15861094#comment-15861094
]
Hudson commented on TOBAGO-1648:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago Trunk #773 (See
[https://builds.apache.org/job/Tobago%20Trunk/773/])
TOBAGO-1648 <tc:messages> could not be the target for <f:ajax>
* tc:messages are now wrapped by a <div id="idOfMessages"> which can be
referenced by <f:ajax> or <tc:event>
* adjust tests
[developed by hnoeth] (lofwyr:
[http://svn.apache.org/viewvc/?view=rev&rev=1782444])
* (edit)
tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/MessagesRenderer.java
* (edit)
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/060-popup/popup.test.js
* (edit)
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/06-validation/00/content-validation.test.js
* (edit)
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/06-validation/01/validation-jsr303.test.js
* (edit)
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/00-collapsible-box/collapsible-box.test.js
* (edit)
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/collapsible-popup.test.js
* (edit)
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/20-collapsible-panel/collapsible-panel.test.js
* (edit)
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/30-collapsible-section/collapsible-section.test.js
* (edit)
tobago-trunk/tobago-example/tobago-example-demo/src/main/webapp/main.xhtml
> <tc:messages> could not be the target for <f:ajax>
> --------------------------------------------------
>
> Key: TOBAGO-1648
> URL: https://issues.apache.org/jira/browse/TOBAGO-1648
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.0.0-alpha-7
> Reporter: Henning Noeth
> Assignee: Henning Noeth
> Priority: Minor
> Fix For: 3.1.0
>
>
> <tc:messages> can only be the target for <f:ajax execute="..." render="..."/>
> if a message occur!
> Current solution: Wrap a <tc:messages> with a <tc:panel>. Use this panel as a
> target for <f:ajax>.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)