apache-tiles
Tiles Definition Explanation. What do .* and {1} do?
I found this in an existing Tiles configuration. Tiles is being used with SpringMVC. Can someone explain what this does?[详细]
2023-04-05 14:23 分类:问答Spring MVC Tiles - Not picking up resource folder
I need to change mapping for my spring servlet to point to /sample vs. /sample.html. I made a change in the url pattern to the following. The urlPattern is[详细]
2023-04-05 09:57 分类:问答EL expressions in Apache tile definition is not processed
I am using Apache tiles for templating and part of the template is a header text. This text depends on the section the page belongs to. Each page contains a bean and the header text is built using the[详细]
2023-03-29 08:00 分类:问答Use properties file inside Apache Tiles 2 config file
I\'m using Spring MVC 3 + Apache Tile 2.2 and I was just wondering if I could use properties directly from tiles-def.xml file. So my tiles-def looks like:[详细]
2023-03-29 01:38 分类:问答Java, Spring 3.0.5 integrating with Apache tiles 2.2.2
Following this tutorial: http://viralpatel.net/blogs/2010/07/spring-3-mvc-tiles-plugin-tutorial-example-eclipse.html[详细]
2023-03-27 06:15 分类:问答REST support within a java templating engine such as StringTemplate, FreeMarker, Velocity or Tiles?
I\'d like to compare some templating engines th开发者_开发问答at supports creating RESTful URLS for templating header/body/footer pages in a java application.I don\'t want my pages to have a jsp, .st[详细]
2023-03-26 00:44 分类:问答Tiles 2 Access Variable in Template
I am using the Spring MVC framework with Apache Tiles 2. I want to be able to have multiple controllers all use the same view (different logic, some basic presentation). I can do that easily. What I w[详细]
2023-03-22 04:55 分类:问答Spring MVC 3.0 with Apache Tiles - Mutiple Forms in one page
I\'m using spring mvc (3.0) with apache tiles in my project. I have multiple forms in a single page rendered through tiles.[详细]
2023-03-21 22:06 分类:问答Problem in configuration project using struts + tiles + maven
Here is my config in web.xml <context-param> <param-name> org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG</param-name>[详细]
2023-03-06 15:30 分类:问答What scope am I in when writing code within a Struts2/Apache Tiles .jsp, and how can I access my current Struts2 Action?
So here I am, writing a JSP script which is called by a Apache Tiles which is called by a Struts2 action. Everything works fine, but I\'m just curious about what scopes I have access to.[详细]
2023-03-05 23:29 分类:问答