thank you ... i just just found
https://issues.apache.org/jira/browse/TAPESTRY-1202 ... stupid me
... at least i voted for it :)

kris




                                                                           
             "Alexandru                                                    
             Dragomir"                                                     
             <[EMAIL PROTECTED]                                          An 
             ail.com>                   "Tapestry users"                   
                                        <users@tapestry.apache.org>        
             16.02.2007 12:30                                        Kopie 
                                                                           
                                                                     Thema 
              Bitte antworten           Re: @EventListener: adding custom  
                    an                  data to map in BrowserEvent        
             "Tapestry users"                                              
             <[EMAIL PROTECTED]                                             
                pache.org>                                                 
                                                                           
                                                                           
                                                                           




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



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

Reply via email to