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


all,

i have simple print in website, using jstl td html tag, simple print, show few lines, maybe last 5, there way this?

see below:

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


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -