
|
If you were logged in you would be able to see more operations.
|
|
|
Loom
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
|
|
|
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>
|
|
Description
|
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> |
Show » |
| There are no comments yet on this issue.
|
|