Thomas, I believe the change was made during the v5.4 transition to using bootstrap CSS, in order to minimize framework-specific CSS class names throughout all the HTML produced by Tapestry's built-in components, with the thinking that data attributes are the more modern way to make distinctions of this sort. Although Tapestry 5.4 remains highly backward compatible with 5.3 overall, the CSS-related changes do require a bit of effort. On Nov 3, 2015 8:54 AM, "TNO" <tno...@free.fr> wrote:
> Hi > > thank you for your answer. > > But can you explain the reason why css class has been removed. > > Thomas > > > Le 27/10/2015 11:12, Thiago H de Paula Figueiredo a écrit : > >> On Mon, 26 Oct 2015 06:56:28 -0200, TNO <tno...@free.fr> wrote: >> >> Hi, >>> >> >> Hi! >> >> idem for the <tr> class css, >>> >>> <tr class="t-first"> become with T5.4-beta-35 <tr data-grid-row="first"> >>> >>> this is a problem for me, because all tr and td css has to be changed >>> >> >> You can write a mixin which changes data-grid-property="xxx" into >> class="xxx" using Tapestry DOM rewriting. >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >