You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Affan Qureshi <qu...@etilize.com> on 2002/10/23 07:01:22 UTC

Tiles vs Template Tags

I want the layout of my application in such a way that if I want to change it I have to make changes in a minimum number of places. What should I use Tiles or Template Tags? Can someone highlight the difference between the two?

Also when iterating a collection i want to check whether a value is null or not. Should I use <logic:isEmpty> tag? Or how else?

Thanks a lot.