On Thu, 01 Nov 2012 12:03:59 -0200, membersound <memberso...@web.de> wrote:

I think css cannot differ between strings and integers?
How could this be possible? I could only use css to align the whole table
columns to the right.

Grid doesn't support that. And, as I've said before but you seem to have overlooked it, Tapestry generates the <td> elements with a CSS class matching the BeanModel property name being rendered (that may or not be a real property). So, if you have a price property, it will be rendered as <td class="price"> and you can attach CSS to that.

--
Thiago H. de Paula Figueiredo

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

Reply via email to