TAP5-2225

Create client-side API to call a component's event handler methods

Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/9ffa2c66
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/9ffa2c66
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/9ffa2c66

Branch: refs/heads/master
Commit: 9ffa2c6619a165bf3bfd24e43c0e21a97fa88991
Parents: 004d9af
Author: Thiago H. de Paula Figueiredo <[email protected]>
Authored: Sun Mar 19 18:44:27 2017 -0300
Committer: Thiago H. de Paula Figueiredo <[email protected]>
Committed: Sun Mar 19 18:44:27 2017 -0300

----------------------------------------------------------------------
 tapestry-core/src/test/app1/PublishEventDemo.tml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9ffa2c66/tapestry-core/src/test/app1/PublishEventDemo.tml
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/app1/PublishEventDemo.tml 
b/tapestry-core/src/test/app1/PublishEventDemo.tml
index 467665c..37e8102 100644
--- a/tapestry-core/src/test/app1/PublishEventDemo.tml
+++ b/tapestry-core/src/test/app1/PublishEventDemo.tml
@@ -44,13 +44,13 @@
                <tr>
                        <td>componentParagraph</td>
                        <td>action</td>
-                       <td>pageAction</td>
+                       <td>componentAction</td>
                        <td id="componentParagraphAction"></td>
                </tr>
                <tr>
                        <td>componentParagraph</td>
                        <td>answer</td>
-                       <td>pageAnswer</td>
+                       <td>componentAnswer</td>
                        <td id="componentParagraphAnswer"></td>
                </tr>
                <tr>

Reply via email to