As far as i know this is not possible yet.
There is a jira request registered for it.

In the mean time you might use directly the js function provided by
tapestry  linkOnClick which does the job very well.
I think you can find an example of how to use it in the autocompleter
component.

Alex

On 2/16/07, Kristian Marinkovic <[EMAIL PROTECTED]> wrote:


hi all,

is it possible to add some custom data to a call
produced by a @EventListener so it appears in
the map of the BrowserEvent class?

or the other way around :)... does anyone else
consider this an useful feature?

so why do i need it:

i have some drag-n-drop elements in two lists that
can be dragged and dropped form one list to another.
Now i want to send the elements ids back to the page
in order to reflect the changes on my client in the
backing data ... using an async. call.

the only other way of doing this is to generate an input
hidden element with the elemetns ids (in order) that is
being submitted to the server when the submitForm
parameter of the EventListener is used.


g,
kris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to