History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LOOM-169
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ignacio Coloma
Reporter: Ignacio Coloma
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Loom

pagedTable.rowCssClas should get re-evaluated for each row

Created: 19/May/09 12:14 PM   Updated: 19/May/09 12:14 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.5


 Description  « Hide
The rowCssClass attribute should get evaluated for each processed row. Since this is impossible with normal EL expressions (and escaping them is a pain,specially for tomcat servers) we are going to use @{attribute} values with this attribute, and evaluated by hand like a normal ${...} EL expression:

<l:pagedTable cssRowClass="@{row.baz? 'foo' : 'bar'}">
  ...
</l:pagedTable>

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.