You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "alex d (JIRA)" <ta...@jakarta.apache.org> on 2006/12/21 00:45:20 UTC

[jira] Created: (TAPESTRY-1202) EventListener - send custom data in the same way browser event data is sent

EventListener - send custom data in the same way browser event data is sent
---------------------------------------------------------------------------

                 Key: TAPESTRY-1202
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1202
             Project: Tapestry
          Issue Type: Wish
          Components: XHR/dhtml/Ajax
    Affects Versions: 4.1.2
         Environment: any
            Reporter: alex d
            Priority: Minor


I wish i could send some customized data along with the browser event data that is already sent.

I have a situation where the event i'm listening for is a function which has as an attribute a JSON object.

For example : 
tree.afterExpand=function(expandedNodeData) {}

When using the event listener i would like to be able to access the data : 

@EventListener(targets="tree",events="afterExpand")
public doSomething(iRequestCycle cycle , BrowserEvent event) {
     //get somehow the expandedNodeData , maybe cycle.getParameter("data") , or event.get("data")
}


Alex

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-1202) EventListener - send custom data in the same way browser event data is sent

Posted by "Marcus Schulte (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Schulte reassigned TAPESTRY-1202:
----------------------------------------

    Assignee: Marcus Schulte

> EventListener - send custom data in the same way browser event data is sent
> ---------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1202
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1202
>             Project: Tapestry
>          Issue Type: Wish
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.2
>         Environment: any
>            Reporter: alex d
>            Assignee: Marcus Schulte
>            Priority: Minor
>             Fix For: 4.1.3
>
>
> I wish i could send some customized data along with the browser event data that is already sent.
> I have a situation where the event i'm listening for is a function which has as an attribute a JSON object.
> For example : 
> tree.afterExpand=function(expandedNodeData) {}
> When using the event listener i would like to be able to access the data : 
> @EventListener(targets="tree",events="afterExpand")
> public doSomething(iRequestCycle cycle , BrowserEvent event) {
>      //get somehow the expandedNodeData , maybe cycle.getParameter("data") , or event.get("data")
> }
> Alex

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1202) EventListener - send custom data in the same way browser event data is sent

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert updated TAPESTRY-1202:
------------------------------------

    Fix Version/s:     (was: 4.1.2)
                   4.1.3

> EventListener - send custom data in the same way browser event data is sent
> ---------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1202
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1202
>             Project: Tapestry
>          Issue Type: Wish
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.2
>         Environment: any
>            Reporter: alex d
>            Priority: Minor
>             Fix For: 4.1.3
>
>
> I wish i could send some customized data along with the browser event data that is already sent.
> I have a situation where the event i'm listening for is a function which has as an attribute a JSON object.
> For example : 
> tree.afterExpand=function(expandedNodeData) {}
> When using the event listener i would like to be able to access the data : 
> @EventListener(targets="tree",events="afterExpand")
> public doSomething(iRequestCycle cycle , BrowserEvent event) {
>      //get somehow the expandedNodeData , maybe cycle.getParameter("data") , or event.get("data")
> }
> Alex

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1202) EventListener - send custom data in the same way browser event data is sent

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert updated TAPESTRY-1202:
------------------------------------

    Fix Version/s: 4.1.2

> EventListener - send custom data in the same way browser event data is sent
> ---------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1202
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1202
>             Project: Tapestry
>          Issue Type: Wish
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.2
>         Environment: any
>            Reporter: alex d
>            Priority: Minor
>             Fix For: 4.1.2
>
>
> I wish i could send some customized data along with the browser event data that is already sent.
> I have a situation where the event i'm listening for is a function which has as an attribute a JSON object.
> For example : 
> tree.afterExpand=function(expandedNodeData) {}
> When using the event listener i would like to be able to access the data : 
> @EventListener(targets="tree",events="afterExpand")
> public doSomething(iRequestCycle cycle , BrowserEvent event) {
>      //get somehow the expandedNodeData , maybe cycle.getParameter("data") , or event.get("data")
> }
> Alex

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1202) EventListener - send custom data in the same way browser event data is sent

Posted by "Marcus Schulte (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Schulte resolved TAPESTRY-1202.
--------------------------------------

    Resolution: Fixed

> EventListener - send custom data in the same way browser event data is sent
> ---------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1202
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1202
>             Project: Tapestry
>          Issue Type: Wish
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.2
>         Environment: any
>            Reporter: alex d
>            Assignee: Marcus Schulte
>            Priority: Minor
>             Fix For: 4.1.3
>
>
> I wish i could send some customized data along with the browser event data that is already sent.
> I have a situation where the event i'm listening for is a function which has as an attribute a JSON object.
> For example : 
> tree.afterExpand=function(expandedNodeData) {}
> When using the event listener i would like to be able to access the data : 
> @EventListener(targets="tree",events="afterExpand")
> public doSomething(iRequestCycle cycle , BrowserEvent event) {
>      //get somehow the expandedNodeData , maybe cycle.getParameter("data") , or event.get("data")
> }
> Alex

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org