Repository: tapestry-5 Updated Branches: refs/heads/5.4.x 9b0d6492d -> 840ada09d
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/840ada09 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/840ada09 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/840ada09 Branch: refs/heads/5.4.x Commit: 840ada09d37c8736c0122c892a523d52f90f9603 Parents: 9b0d649 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:46:25 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/840ada09/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>
