that said, any committers want to add a simple function for people to use?? something like this:

Tapestry.activateZone = function( zoneId, url ) {
        var zoneManager = Tapestry.findZoneManagerFromId( zoneId );
        zoneManager.updateFromURL( url );
}


Inge Solvoll wrote:
var zoneObject = Tapestry.findZoneManager(elementConnectedToZone);

zoneObject.updateFromURL(link);

On Fri, Mar 6, 2009 at 8:16 AM, Andrea Chiumenti <kium...@gmail.com> wrote:

Hi to avoid me to read all Tapestry js code, could you tell me waht
is/are the js Class and method(s) that replace a zone on a xhr call ?

Thanks,
kiuma

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to