[S 1.3.8] Adding tag lib

2011-05-20 Thread Anjib Mulepati
Hi, I have a query regarding adding tag lib in web pages while using tiles. Is it enough to put tag lib directive in layout page only? Will all other pages loaded in layout get that? Example 1. In tiles layout page I have %@taglib uri=/WEB-INF/struts-html.tld prefix=html % %@taglib

Re: [S 1.3.8] Adding tag lib

2011-05-20 Thread stanlick
each page needs the taglibs. remember each jsp must be complied first, and without the taglib directives, the compile would fail. peace, scott On May 20, 2011 2:04 PM, Anjib Mulepati anji...@hotmail.com wrote: Hi, I have a query regarding adding tag lib in web pages while using tiles. Is it