Hi Volker, thanks for the tip. But I found another (better?) way to do this. I use a javascript timer to reload the sheet instead of tc:reload. The timer function calls reloadComponent() for the sheet with the action to be executed.
Regards Helmut >Hi Helmut, > >afaik there is (currently) no officall way to do this, but we (me and >Bernd) already have talked about the need. > >But if you add the update attribute to the tc:reload with a >valueBinding, you can put anny code in this getter. >Currently this getter is invoked once per request, just before >rendering, but don't relay on this. > >Regards, > Volker > >2007/2/2, H. Swaczinna <[EMAIL PROTECTED]>: >> Hi, >> >> is there any possibilty to execute a server side action(Listener) when >> when a tc:sheet is reload by a tc:reload? >> >> Regards >> Helmut >>

