I need to come back on this issue.

Apparently it does NOT work ootb, i'm experiencing issues where eventlinks
referencing a ZONE in a progressive display component do not get the zone
parameter attached.

I've traced it down to the following part of Tapestry.js:

Line 333:

Tapestry.ScriptManager.addScripts(reply.scripts, function() {
/* Let the caller do its thing first (i.e., modify the DOM). */
callback.call(this);
/* And handle the scripts after the DOM is updated. */
Tapestry.executeInits(reply.inits);
}); 

With Prototype 1.6.x the executeInits gets called, ensuring that my
eventlinks get attached to a zone. With Proto 1.7 the executeInits does not
get called at all.

So far i'm unable to tell whats happening in the callback ?! Maybe someone
can explain this ?

Until this has been solved u cannot just replace the prototype.js with the
new 1.7 release.... :(






--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-5-with-Prototype-1-7-tp3288189p4271212.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