Questions tagged [tiles-3]

This tag is for use with Apache Tiles version 3 and greater. Apache Tiles is a compositional template system.

New features in Tiles 3.0

  • Apache Request: a framework independent request abstraction. Implementations for Servlet, Portlet, JSP, Velocity, FreeMarker and Mustache.

  • Apache Autotag: a tool that automatically generates tags (or tag-like) artifact from a common template code for a range of templating languages. All the Tiles 3 boilerplate code to templating models has been removed and uses the Autotag plugins instead: it's a lot of boilerplate, boring code, now generated automatically.

Removals in Tiles 3.0

  • Upgraded from JavaSE 5.0 to JavaSE 6.0.
  • Upgraded from Servlet 2.4 and JSP 2.0 to Servlet 2.5 and JSP 2.1.
  • Changed the Java API to adopt the Request API. The XML files and taglibs are compatible with tiles 2.2.
  • Dropped the parameter based configuration that was deprecated in 2.2.

Resource

97 questions
0
votes
0 answers

Spring4 & Tiles3 config programatically error: Caused by: java.io.FileNotFoundException:

I need Your help. I am trying to configure Spring4 to work with Tiles3. But I would like to be done with no xml. I've done some configuration already: package com.derp.common.init; import javax.servlet.ServletContext; import…
masterdany88
  • 5,041
  • 11
  • 58
  • 132
0
votes
1 answer

Tiles3 in spring portlet mvc

I've updated tiles version from 2.2.2 to 3.0.1 and i currently have a workaround to show portlet content based on solution described in http://forum.springsource.org/showthread.php?98961-Webflow-with-JSP-Tiles-Portlet-has-no-content/page2. Applying:…
Ivo Leitão
  • 337
  • 1
  • 4
  • 16
0
votes
2 answers

Getting bean creation exception while migrating my application from (spring-webmvc-3.0.5 and tiles 2.0) to (spring-webmvc-3.2.8 tiles 3.0)

I am getting the following error while migrating... please suggest the solution SEVERE: Servlet.service() for servlet [default] in context with path [/destinations] threw exception [Request processing failed; nested exception is…
phani sekhar
  • 107
  • 1
  • 1
  • 13
0
votes
1 answer

Spring.io and Tiles 3 - Error 404 when .war file is deployed in Tomcat server

I get error 404 when I deploy the generated .war file to stand alone Tomcat server, but if I deploy the war inside my IDE(IntelliJ) with tomcat server it works fine. This is the Initializer public void onStartup(ServletContext…
Andoy Abarquez
  • 1,119
  • 4
  • 17
  • 30
0
votes
1 answer

Tiles 3 and spring MVC 4 - error 404

I'm rying to launch my webpage using maven, spring,hibernate, tiles.... My problem is when I add dependency for tiles in pom file and run "mvn clean package" I alway get error 404, no matter what page I'm trying to access. When I delete this…
stacy
  • 11
  • 1
  • 10
0
votes
2 answers

Tiles wildcards and Spring mvc

I'm using spring 3 mvc Tiles with wildcars and I do gets the values ​​of the parameters. I have defined my view:
oscar
  • 1,636
  • 6
  • 31
  • 59
0
votes
0 answers

I have to download volecity/mustache etc, Is there a simple way to start/use tile3?

for now I want to use tiles3 in struts2, I use this listener: org.apache.tiles.extras.complete.CompleteAutoloadTilesListener which lead me to download a lot of jar files: velocity,…
lovespring
  • 19,051
  • 42
  • 103
  • 153
0
votes
0 answers

Stackoverflow Exception with Apache Tiles

I have a problem with tiles I have a template (mainLayout) which does basically the following: ... ... The url /services is served by a Spring controller which uses Tiles3. The…
benjamin.d
  • 2,801
  • 3
  • 23
  • 35
0
votes
1 answer

Can not display template view using tiles3 spring mvc4

I am using tiles3 to display template layout. but i am getting an exception. i tried changing the view resolver to URLbasedviewresolver. but the error is same. if i use intenalviewresolver i am able to get the default index.jsp page. but it is not…
veera
  • 1
  • 3
0
votes
1 answer

spring 3 tiles 3 all model object are undefined

i have configured Spring MVC 3 with Tiles 3. All looks ok. But I can't get value from modelAttributes in jsp file. <%@ page language="java" contentType="text/html; charset=UTF-8 pageEncoding="UTF-8" isELIgnored="false"%> <%@ taglib prefix="tiles"…
Mila
  • 31
  • 1
  • 3
0
votes
2 answers

Spring 3.2.5 tiles 3 not rendering the view

I have gone through other post of rendering the view using spring3.2.5 & tiles3 in my context-servlet.xml
SpareMe
  • 71
  • 7
0
votes
1 answer

Migrating to Apache Tiles 3.x from 2.x

We are trying to migrate from tiles 2.x to 3.x but facing some problems: We have used the below tiles defination In Tiles 2.0 But in tiles 3.0 the ignore="false" has been…
Santosh Joshi
  • 3,290
  • 5
  • 36
  • 49
0
votes
1 answer

Tiles 3 view resolver issue with Spring 3.2 mvc

I'm new to Tiles and Spring MVC. I've a problem with display (I looked through several similar issues but found no solution for 'my problem'). Here is my 'tiles-servlet.xml' configuration (tried with UrlBasedViewResolver and TilesViewResolver).…
Anand Vemula
  • 288
  • 3
  • 7
0
votes
3 answers

spring mvc 3 (3.2.5) + tiles 3 error 404 not resource found

when i load my app i get only 404 resource not found error.. no logs on tomcat at all.. here you can see my project configuration: this is my web.xml file:
user2018726
  • 638
  • 2
  • 12
  • 23
0
votes
1 answer

Spring tiles 3 expression language enable

I have problem with enabling expression language to work in tile configuration file. Spring MVC version is 3.2.4 and tiles version is 3.0.3 What did I miss? tiles-config:
Kamil Sobala
  • 53
  • 1
  • 9