How to show few lines with jstl into html td tag?

132 Views Asked by At

All,

I have simple print in my website, using JSTL into a td html tag, very simple print, but I would like to show just few lines, maybe the last 5, is there a way to do this?

See below:

<td class="domain"><c:out value="${row.domain}" escapeXml="false" /></td>
0

There are 0 best solutions below