Mostly, I've been changing code to use CSS classes to store this kind
of information, so as not to pollute the DOM.

On Mon, Aug 15, 2011 at 11:02 AM, Andreas Andreou <andre...@gmail.com> wrote:
> 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
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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

  • $T deprecated Andreas Andreou
    • Re: $T deprecated Howard Lewis Ship

Reply via email to