[
https://issues.apache.org/jira/browse/TAP5-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15952870#comment-15952870
]
Hudson commented on TAP5-2225:
------------------------------
FAILURE: Integrated in Jenkins build tapestry-trunk-freestyle #1617 (See
[https://builds.apache.org/job/tapestry-trunk-freestyle/1617/])
TAP5-2225: fixing getEventUrl and improving @PublishEvent JavaDoc (thiagohp:
rev 692cbe727b2a6158e54c46f88433d3593a14482b)
* (edit)
tapestry-core/src/main/preprocessed-coffeescript/org/apache/tapestry5/t5-core-dom.coffee
* (edit)
tapestry-beanvalidator/src/test/java/org/example/testapp/pages/NestedObjectDemo.java
* (edit)
tapestry-core/src/main/java/org/apache/tapestry5/annotations/PublishEvent.java
> Create client-side API to call a component's event handler methods
> ------------------------------------------------------------------
>
> Key: TAP5-2225
> URL: https://issues.apache.org/jira/browse/TAP5-2225
> Project: Tapestry 5
> Issue Type: Improvement
> Components: tapestry-core
> Affects Versions: 5.4
> Reporter: Jochen Kemnade
> Assignee: Thiago H. de Paula Figueiredo
> Labels: ajax, event, handler, javascript
> Fix For: 5.5.0, 5.4.2
>
>
> It should be possible to create URLs for components' event handlers on the
> client side.
> There could be a function that mirrors the behavior of
> ComponentResources#createEventLink. It might be passed an event name or an
> object with additional information such as a page name, a request context, or
> additional request parameters.
> The function could either return the URL or a function that makes an XHR and
> passes the response to a callback.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)