Top "Tiles" questions

Apache Tiles renders dynamic websites in a Java Servlet container.

How to integrate Struts 2 with Tiles 3

How do we integrate Struts 2 with Tiles 3? The struts2-tiles-plugin currently (2.3.4.1) works with an older version of tiles (version 2.0.6) this …

struts2 tiles tiles-3
Sitemesh or Tiles

Working on the design of a web-application and since it will be a large application so can not reply on …

web-applications jakarta-ee tiles sitemesh
Accessing Spring beans from a Tiles view (JSP)

In Spring MVC I can access my beans in JSP using JstlView's exposedContextBeanNames (or exposeContextBeansAsAttributes). For example, then, in my …

java spring jsp spring-mvc tiles
Integrating Spring Webflow 2 and Apache Tiles

I've recently started upgrading some applications to use Spring Webflow 2, and I want to make use of the new Ajax …

spring tiles spring-webflow tiles2
Tiles Framework : refresh only body content

we have a Tiles layout page having Header, Menu, Body and Footer. In this layout whenever user does some action …

struts tiles
ServletException in '/left.do': java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.tiles.leftlogged_jsp

After integrating ESAPI into a login form I am getting a rendering issue and an error after a successful login. …

java jsp error-handling tiles servletexception
Tiles and redirect in Spring MVC

I am using Tiles 2 in my Spring 3 MVC application i defines a form : <definition name="addcompany.htm" extends="baseLayout"&…

spring redirect tiles
How do I have common error page templates with tiles in a Spring/MVC 3.0 app?

I have a Spring MVC/3.0 app using tiles as it's view, this is working fine however I can't figure out …

java spring jsp spring-mvc tiles
Setting page title dynamically with tiles2 and spring mvc

I've been asking myself this question for quite some time and I haven't found a nice solution for this on …

model-view-controller spring title tiles tiles2
Velocity vs Apache Tiles

What's better? We are going to start a new web project and it's a question which technology to choose. Project …

java spring-mvc content-management-system velocity tiles