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

Hudson commented on TAP5-2225:
------------------------------

FAILURE: Integrated in Jenkins build tapestry-trunk-freestyle #1606 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/1606/])
TAP5-2225 (thiago: rev 6b4ca30b83bed396006107f5008a3781eee1db86)
* (edit) 
tapestry-core/src/main/java/org/apache/tapestry5/internal/transform/OnEventWorker.java
* (add) 
tapestry-core/src/main/java/org/apache/tapestry5/corelib/mixins/PublishServerSideEvents.java
* (edit) 
tapestry-core/src/main/preprocessed-coffeescript/org/apache/tapestry5/t5-core-dom.coffee
* (add) 
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/components/PublishEventDemoComponent.java
* (edit) 
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
* (add) tapestry-core/src/test/app1/PublishEventDemo.tml
* (add) 
tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/PublishEventDemoComponent2.tml
* (edit) 
tapestry-core/src/main/java/org/apache/tapestry5/internal/InternalConstants.java
* (add) 
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/PublishEventDemo.java
* (add) 
tapestry-core/src/main/java/org/apache/tapestry5/annotations/PublishEvent.java
* (add) 
tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/components/PublishEventDemoComponent2.java
* (add) tapestry-core/src/test/resources/META-INF/assets/PublishEventDemo.js
* (edit) tapestry-core/src/main/java/org/apache/tapestry5/TapestryConstants.java
* (add) 
tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/PublishEventDemoComponent.tml


> 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
>
> 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)

Reply via email to