Hello, i'm having the following problem: In case a link is used, i want to put an overlay over the page to prevent the user from clicking on links on the page till the actual process is done. In case of a "classic" request this works just fine. In case of an ajax enabled link there is the problem of making the page usable again as the overlay stays where it is... My first approach was to add an Element.observe on the zone to be updated catching the "complete" (or "completion") event (which should be fired after the target zone is updated) and disposing the overlay as soon as the event is encountered. The problem now is that the event seemingly never occurs.
My guess is that some other event is fired, if any. Could anyone confirm that this approach is (or is not) correct and point me probably in the right direction? Another possible approach would be to provide a @BeginRender method to update the zone in the java code but i have to admit i don't know to do this. In Tap4.1 this is easily done on any id i know but i can't wrap my head around a proper Tap5-way. Any help would be appreciated :) Regards, -- Patrick Klein ---------------------------------------- bi-so gmbh business intelligence software solutions dreieichstr. 12-14 64546 mörfelden-walldorf tel: +49-6105-979455 fax: +69-6105-979453 http://www.bi-so.de --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]