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.

Java, Spring, Apache Tiles error : Could not resolve view with name 'contact' in servlet with name 'spring'

controller: @Controller @SessionAttributes public class ContactController { @RequestMapping(value = "/addContact", method = RequestMethod.POST) public String addContact(@ModelAttribute("contact") Contact contact, BindingResult …

java spring apache-tiles
How to integrate Spring 4 with Apache Tiles 3?

I am using Spring framework version 4 and I get confused which folder to put the XML files, specially the tile …

java spring spring-4 apache-tiles tiles-3
How to remove a tile in apache tiles for a specific view?

I want to know how to remove a tile from a view. My main view is looking like this The …

java spring-mvc apache-tiles
I can't insert a basic HTML whitespace without getting an error. Is there any other way?

I have my implementation with spring, js, and other technologies, whenever i try to use a &nsbp for white …

html whitespace apache-tiles
Spring4 mvc + Tiles3: java.lang.NoClassDefFoundError

i'm having trouble using Spring 4 MVC and Tiles 3. Here is my dispatcher XML: <?xml version="1.0" encoding="UTF-8"?> <…

java spring-mvc apache-tiles spring-4
TilesConfigurer throws NoClassDefFoundError on initialization

Problem: TilesConfigurer throws NoClassDefFoundError on initialization Took steps to resolve: Import tiles jars. Added jstl.jar Added older vesions of …

spring spring-mvc tiles2 apache-tiles
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&…

maven struts2 apache-tiles
Custom login + Spring Security + Tiles + Request method 'POST' not supported

I am trying access URLs (e.g. /user/subscriptions) secured with Spring(v.4.1.0) Security(v.3.2.5) and I am getting the …

spring spring-mvc spring-security apache-tiles