Hi:
I am using Weblogic 8.1. My application uses Struts and I want to include Tiles capability into it.
My question is:
Is it always required to use “<!– <jsp-config>
<taglib>
<taglib-uri>/WEB-INF/struts-tiles.tld</taglib-uri>
<taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
</taglib>
</jsp-config> –>”
in the web.xml for using Tiles?
I read tutorials online on how to make your application Tiles ready, and most of them suggest including the above configuration to the web.xml.
I first included it and it worked. I also tried not including it and it still works fine.
I need to know why is it so?
Thanks in advance.