Hi, in tapestry.js, in the $T function i see:
"@deprecated With no specific replacement. To be removed after Tapestry 5.2."

Since that is used in quite a few other places in tapestry.js and also in
autocompleter.js and zone-refresh.js i'm wondering what needs to be
done there...

Is it the intention of the author to replace stuff like
$T(this.field).validationError = true;
to
$(this.field).getStorage().validationError = true;

Or should this helper now be provided by t5-dom.js ?
-- 
Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
Apache Tapestry PMC / http://chesstu.be owner
Open Source / JEE Consulting

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

Reply via email to