I am getting this exception when using struts 2 with tiles org.apache.tiles.definition.NoSuchDefinitionException: /index.jsp
I just set up Apache Tiles 2 in my Spring MVC 3 application. I created my template : <definition name=\"baseLayout\" template=\"/WEB-INF/jsp/baseLayout.jsp\">
开发者_Python百科I\'m trying to get tiles 2 working with JSP. I\'m getting a null pointer exception. I\'m having trouble finding good documentation that explains how to get setup. I have a pretty easy
I\'m presently using Spring 3.0.4 and Apache Tiles 2.2.2 in my web app. I\'d like to replace JSP with Apache Velocity 1.6.3 but I\'m somewhat confused on how to do this. Ultimately, I\'d like to be ab
I use Tiles 2 in my web application, and the basic setup I\'ve got in my tiles.xml file is this: <tiles-definitions>
I just don\'t know why i get this error: 2010-10-28 16:32:29,925 ERROR [ache.commons.digester.Digester.error:1635] - Parse Error at line 45 column 56: Attribute \"cascade\" must be declared for eleme
Using Spring Security 3 along with Struts 2 and Tiles 2, I have a login page that appears when it is supposed to and performs the login as expected -- however when I enter bad user credentials I am re
I\'m using struts2+tiles2, and I would like to do the following. I have a baseLayout, where I define my menu, body, etc like this:
I am using Apache Tiles 2.1 as my templating framework (along with Spring MVC). I want to know how best to be able to set HTML attribute values from within my Tiles definitions file. For example I ha
I want to use Spri开发者_如何学Pythonng-Tiles intergration. Here you can see how my app looks like.