Top "Apache-tiles" questions

Apache Tiles is a framework that allows authors to define HTML page fragments which can be assembled into a complete page at runtime.

Spring MVC 3 Return Content-Type: text/plain

I want to display simple text on a page and as such I want to return the Content-Type as text/…

java spring-mvc content-type apache-tiles
Java, Spring, Apache Tiles error : Could not resolve view with name 'index' in servlet with name 'dispatcher'

I'm new to Tiles and Spring MVC (I looked through several similar issues but found no solution for 'my problem') …

java spring-mvc apache-tiles
tiles with spring : getting error - java.lang.ClassNotFoundException: org.apache.tiles.TilesApplicationContext

I am new to spring and trying to use tiles with Spring. but getting above error. i am using maven …

spring maven apache-tiles
Better alternative to Apache Tiles

I'm looking for a framework that is better and easier to use than Apache Tiles (which so far, I have …

java spring spring-mvc web-frameworks apache-tiles
Spring-Boot + Spring-MVC + Thymeleaf + Apache Tiles

I have an already existing client module with apache tiles and thymeleaf, what works well. I wanted to convert it …

spring-mvc spring-boot thymeleaf spring-java-config apache-tiles
Spring Boot with Apache Tiles

I am attempting to migrate my java application to Spring Boot. Currently, I am running Spring MVC 3.2 with Apache Tiles. …

spring apache tiles spring-boot apache-tiles
Can not find the tag library descriptor for tiles when using Maven

Here is my config in web.xml file <listener> <listener-class>org.apache.struts2.tiles.StrutsTilesListener</…

jsp maven struts2 apache-tiles
The fully qualified name of the bean's class, except if it serves only as a parent definition for child bean definitions

I want to integrate Apache Tiles in my Spring Project I have followed steps on spring-tiles integration but I get …

java spring maven spring-mvc apache-tiles
Apache Tiles 3 JSP Exceptions

I have a strange issue with Apache Tiles 3. It was setup and working fine before but the project under went …

java spring apache-tiles
Manage JavaScript and CSS with Apache Tiles

I'm looking for a good way to manage CSS and JS resources using Apache Tiles in a similar way to …

jsp spring-mvc apache-tiles