Questions tagged [apache-tiles]

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

Apache Tiles™ is a templating framework built to simplify the development of web application user interfaces.

Tiles allows authors to define page fragments which can be assembled into a complete page at runtime. These fragments, or tiles, can be used as simple includes in order to reduce the duplication of common page elements or embedded within other tiles to develop a series of reusable templates. These templates streamline the development of a consistent look and feel across an entire application.

Tiles grew in popularity as a component of the popular Struts framework. It has since been extracted from Struts and is now integrated with various frameworks, such as Struts 2 and Shale.

more info : http://tiles.apache.org/

308 questions
0
votes
1 answer

Where is 'param' variable defined in Spring MVC/Apache Tiles application

A default startup Spring MVC with Apache Tiles application has a list of predefined tagx files. I find a variable ${param} is used everywhere but couldn't find there it defined and initiated, please anyone can give a hint about where does it come…
Dreamer
  • 7,333
  • 24
  • 99
  • 179
0
votes
1 answer

What is the proper way to add Timer (for Task Schedule) in Spring 3+Tiles based web application?

I want to know if there is any proper way to add timer for task schedule (it will be count up) in Spring 3 + Tiles that works accurate. I have tried many options like jquery timer + (Client side) Quartz (Server side Threading), But though it is not…
Milople Inc
  • 399
  • 1
  • 8
  • 34
0
votes
1 answer

Tiles Integration with Spring MVC 2.5

I am trying to integrate Tiles into our current Spring MVC (Spring 2.5) based app and for the most part it's working fine with initial pages. We have close to 300 jsp pages and a new section of website which we are implementing via…
Tiles787
  • 33
  • 1
  • 6
0
votes
1 answer

Java,Spring 3.0.Apache Tiles 2.2 .2 ERROR :Could not resolve view with name 'addEmployee' in servlet with name 'HelloHibernate' type Exception report

I am trying to add Apache Tiles for CRUD application.Am getting Following Error HTTP Status 500 - Could not resolve view with name 'addEmployee' in servlet with name 'HelloHibernate' type Exception report message Could not resolve view with name…
Elango Mani
  • 354
  • 4
  • 21
0
votes
1 answer

Communicating Within Tiles in JSP

I have a header,menu and a body to load the jsps. When i click a menu element everytime, the entire tile reloads. But i want to show the users the selected menu item. Since the tiles reloads, i am not able to get the element which was clicked by the…
SDC
  • 161
  • 1
  • 11
0
votes
1 answer

Spring MVC controller using @RequestParam with Apache tile 2

I am have the following configuration for my Spring MVC + Apache tile 2 project. The Tile configuration
user200340
  • 3,301
  • 13
  • 52
  • 74
0
votes
1 answer

spring mvc and ReloadableResourceBundleMessageSource

I am trying to build a spring MVC application (basically for self trainning reasons). This application has spring MVC, tiles, spring thems and jsp (sorry for numbering all but since i am not sure what i do wrong, i just wish to number all i think…
Alexandros
  • 733
  • 2
  • 10
  • 24
0
votes
2 answers

SpringFramework & Tiles design pattern for multiple controllers

I am new in Tiles, and I like it. My problem is, that I got a head , body and footer tile in the template definition in SpringFramework. I would like to display some user information in head tile, and display last login ip in footer with some…
Barnabas
  • 39
  • 5
0
votes
1 answer

Getting a "The page isn't redirecting properly" in my Spring-MVC application

I'm trying to implement a Spring Security application. Also, I'm using tiles in my web-app. Here is my Spring Security XML (spring-security.xml)
Batman
  • 908
  • 4
  • 15
  • 32
0
votes
1 answer

Spring mvc 3 with tiles 2 gives 400 bad request

I'm trying to add Apache Tiles to a simple Spring MVC webapp I'm playing with and I can't seem to get it to work (it worked without Tiles). Any request I make gives back 400 bad request, nothing appears in the log (even set to DEBUG) so I'm not sure…
Andrei Fierbinteanu
  • 7,656
  • 3
  • 31
  • 45
0
votes
1 answer

Rss feeds and apache tiles with Spring MVC

I;m trying to create RSS feeds for my web site. I follow the tutorial from mkyong (http://www.mkyong.com/spring-mvc/spring-3-mvc-and-rss-feed-example/) which was quite useful. According to this tutorial i create a model class and the following…
Nick Robertson
  • 1,047
  • 4
  • 18
  • 41
0
votes
1 answer

Struts tiles to Tiles migration - Changes in Spring support classes

This situation arose when I tried to upgrade Spring from version 2.1 to Spring 3.0.x in my web application. Spring 3.0.x doesn't support struts-tiles 1.3, it requires Apache Tiles 2.x. So, I also have to upgrade Struts-Tiles 1.3 to Apache Tiles 2.x.…
Sundeep
  • 1,536
  • 5
  • 23
  • 35
0
votes
0 answers

WebLogic and rendering of nested Tiles - static content is ignored

We have a large web application, some of which uses Apache Tiles which, in places, are heavily nested. On all web application containers tested (Tomcat, JBoss, JonAs and I think WebSphere) there have been no issues, however on WebLogic we have…
Ed .
  • 6,373
  • 8
  • 62
  • 82
0
votes
1 answer

Select Spring MVC layout based on URL

I'm looking for a way to dynamically load layouts based on some value set in some bean. Using Spring MVC with apache tiles. Inside my views.xml I would typically have something like:
Jan Vladimir Mostert
  • 12,380
  • 15
  • 80
  • 137
0
votes
1 answer

In Spring can same page be rendered using JSP tiles and Velocity tiles

One may wonder why do I need this but we have an application which currently uses spring + JSP tiles to render pages in which say there is a common left navigation across all pages with content. But now business is demanding freedom to decouple the…
Smiles in a Jar
  • 479
  • 1
  • 6
  • 20
1 2 3
20
21