Hi,

I am working on a migration of project, which is using Tapestry4, and i am
upgrading it to Tapestry5.

It was using below ognl expression at tr level inside the grid as below:
<tr jwcid="tableRows" style="ognl:row.id?'display:none;':'display:;'">

where as in Tapestry5, i do not have control over tr in grid, as:
<table t:id="rowGrid">

Please help me to customize the grid. My requirement is if any of the row id
is coming as null, do not display that row in grid.

Thanks in advance.

@ DK
-- 
View this message in context: 
http://old.nabble.com/Customizing-tapestry-grid-row-%3Ctr%3E-tp26318657p26318657.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