tiles2
struts 2 tiles NoSuchDefinitionException
I am getting this exception when using struts 2 with tiles org.apache.tiles.definition.NoSuchDefinitionException: /index.jsp[详细]
2023-02-05 23:50 分类:问答Calling Controller from Tiles Template using Spring 3
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\">[详细]
2023-01-25 00:39 分类:问答Troubles with apache tiles 2 and 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[详细]
2023-01-24 11:05 分类:问答Using Velocity with Tiles and Spring
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[详细]
2023-01-23 15:14 分类:问答Nesting templates in Tiles, why are attributes undefined in the included template?
I use Tiles 2 in my web application, and the basic setup I\'ve got in my tiles.xml file is this: <tiles-definitions>[详细]
2023-01-22 09:29 分类:问答Tiles2 error with cascade attribute in put-attribute tag
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[详细]
2023-01-22 04:49 分类:问答Why am I not getting Spring Security Login Error Messages?
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[详细]
2023-01-19 15:53 分类:问答Tiles2 group all the scripts inside a ¿definition?
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:[详细]
2023-01-19 14:08 分类:问答Apache Tiles set html tag attribute using <put-attribute> value
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[详细]
2023-01-17 08:05 分类:问答Tiles 2 And No mapping found for HTTP request with URI - Spring-MVC
I want to use Spri开发者_如何学Pythonng-Tiles intergration. Here you can see how my app looks like.[详细]
2023-01-02 14:01 分类:问答