Hi Matias,

I would use the same approach, except I would use a JavaScript function
similar to this one to update the zone instead of firing a click event on
the link:

function updateZoneFromActionLink( actionLinkId ) {
    var actionLink = $(actionLinkId);
    Tapestry.findZoneManager( actionLink ).updateFromURL( actionLink.href );
}

Regards,
Benny

On Tue, Feb 2, 2010 at 11:18 AM, matias.blasi <matias.bl...@gmail.com>wrote:

>
> Hi all,
>
> I'm trying to find the best way to do it.
> I can put an invisible actionlink with the zone parameter set, and with a
> little javascript timer fire a click event on that link. But it is no very
> clean, and the mouse event fire should be cross-browser...
>
> Have anyone a better solution?
>
> Regards,
> Matías.
> --
> View this message in context:
> http://old.nabble.com/T5%3A-How-to-periodically-update-a-zone--tp27423077p27423077.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to