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

load stattic resources using tiles3

I am building an web app using Spring MVC3 and Tiles3.. but I am getting some problem for loading static resource. In web.xml I have the following code: static-filter
Arpan Das
  • 1,015
  • 3
  • 24
  • 57
0
votes
2 answers

Need to referesh pages to retrieve their information

I have different types of users, when a user is logged in I need to show a specific page that is associated to that user's type. The problem is that since the application directly retrieve the pages from Tile it does not retrieve their information,…
J888
  • 1,944
  • 8
  • 42
  • 76
0
votes
1 answer

Can I configure tiles 3.0 with Spring 3.1.1

Can I configure tiles 3.0 version with Spring 3.1.1 version . I was using 3.1.1 version of spring with tile 2.0 . I want to change tiles 2.0 to tiles 3.0. When I am implementing this I am getting the class not found exception given…
ranju
  • 13
  • 2
  • 5
0
votes
2 answers

Spring MVC 3 + Tiles 3

I'm hoping someone can point me in the right direction here. Basically I keep getting a 404 returned from my request into my Spring controller. The controller returns the view name "showcardOverview". The request makes it into the controller without…
Slihp
  • 763
  • 5
  • 12
0
votes
1 answer

How to dynamically change tiles 3 attribute values with struts 2?

I have following code in my tiles.xml file. I have a Struts2 Action which gets data from database and populate in sidebar.jsp in show definition I again hit another method of same action for another work and this time I populate list view…
ammad
  • 61
  • 4
-1
votes
1 answer

Literally causing a StackOverflowError - Tiles 3

Migrating from the Struts 1.3/Tiles 1.x combo to the Struts 2/Tiles 3. But this is really a Tiles question Previously there was support for a bean declaration within the definition to support functionality as menu items, Tiles 3 have apparently gone…
-1
votes
2 answers

Tomcat 8 is not scanning apache tiles TLD file inside the jar

I'm setting up the spring webmvc project using spring boot 2.0.0 version. If i run the application inside the embedded tomcat, it runs fine. I tried deploying it in external standalone tomcat-8 server, it is working fine over there too. But i if…
javapsy
  • 89
  • 9
1 2 3 4 5 6
7