Tagged Questions
Apache Tiles™ is a templating framework built to simplify the development of web application user interfaces.
7
votes
2answers
821 views
Struts2 with Tiles 2.1 or 2.2
there doesn't seem to be a simple way to use Tiles 2.1 or 2.2 with Struts2 with the existing struts2-tiles plugin. I need to use the tiles wildcards functionality in my project where the tiles.xml ...
4
votes
3answers
114 views
Apache Tiles alternatives
I am writing a Spring MVC application and looking for a way to do layouts in views. The only option that i see is Apache Tiles, which i have used before and know how painful it is to maintain its ...
4
votes
1answer
360 views
Why Tiles REGEXP wildcard definition cause endless jsp including error
I use tiles 2.2.2 with Struts2 2.2.3, since Struts2-Tiles plugin is quite old, its implementation uses many Tiles deprecated API, and I want to try REGEXP wildcard, so I implement my own listener ...
4
votes
3answers
3k views
How do I create a Spring 3 + Tiles 2 webapp using REST-ful URLs?
I'm having a heck of a time resolving URLs with Spring 3.0 MVC. I'm just building a HelloWorld to try out how to build a RESTful webapp in Spring, nothing theoretically complicated.
All of the ...
4
votes
3answers
6k views
Integrating Spring Webflow 2 and Apache Tiles
I've recently started upgrading some applications to use Spring Webflow 2, and I want to make use of the new Ajax functionality that comes with Webflow 2. Can somebody please direct me to a tutorial ...
3
votes
2answers
658 views
Using Velocity with Tiles and Spring
I'm presently using Spring 3.0.4 and Apache Tiles 2.2.2 in my web app. I'd like to replace JSP with Apache Velocity 1.6.3 but I'm somewhat confused on how to do this. Ultimately, I'd like to be able ...
3
votes
1answer
437 views
Apache Tiles set html tag attribute using <put-attribute> value
I am using Apache Tiles 2.1 as my templating framework (along with Spring MVC).
I want to know how best to be able to set HTML attribute values from within my Tiles definitions file. For example I ...
3
votes
0answers
869 views
Passing OGNL expression from Tiles attribute to <s:iterator> (Struts2)
I am trying to pass an OGNL expression from Tiles framework (2.0.4) to the value attribute of <s:iterator> tag like this:
tiles.xml
<definition name="test" template="/test.jsp">
...
3
votes
2answers
2k views
struts 2, tiles 2 dynamic title
I am using tiles 2.0.6 as my template framework together with struts 2.1.6. I am writing a simple cms page and want to let the user to define the title of each html page.
I have a title definition ...
2
votes
1answer
86 views
Design pattern for consistent UI
I have a Java based web app, which is going to be redesigned (i.e. mainly UI) from scratch.
Now here are the requirements:
The major changes are going to be in the UI layer (where it has to
work on ...
2
votes
1answer
288 views
Namespace problem in Struts2 when using Apache Tiles
I have a simple problem when I come to Struts2. I use tiles plugin in my Struts2 project. As all of us know, tiles are used for making templates. We can give namespace for our package in struts.xml, ...
2
votes
1answer
517 views
Change locale within page under Spring MVC + Tiles + JSTL
I'm overlooking something and I hope someone can provide me with a resource on this.
I am utilizing spring 2.5.6 in my application with Tiles 2.2.2.
I have a requirement to display certain ...
2
votes
1answer
730 views
Composing Apache Tiles 2 layout from many templates
I'm building the web application with Spring 3 and Tiles 2.2. I've put following layout definition:
<tiles-definitions>
<definition name="default" ...
2
votes
1answer
788 views
Propagating a Tiles attribute down the include chain
I'm using Tiles and I'd like an attribute defined for a page to be readable inside of one of the included subpages as follows:
tiles-definitions.xml:
<definition name="page" ...
2
votes
1answer
2k views
Apache Tiles 2.1.4 with CSS
I am using Apache Tiles 2.1.4 with Spring MVC 3. I have managed to configure these together and everything works fine. My next step is to add CSS and this is where I am having an issue - this is most ...
2
votes
0answers
2k views
Spring + Tiles2 + Freemarker - integrate via Freemarker Servlet or via Spring's FreeMarkerViewResolver?
I was strugling today trying to migrate from Freemarker to Tiles2 + Freemarker.
My freemarker templates use macros that come from spring.ftl.
If I provide a fremarker servlet in web.xml, my model ...
1
vote
0answers
25 views
Webflow Tiles Issue
All,
We have implemented spring using tiles and everything works great so far.
I have 2 issues so far:
1)
I however do not like the idea of defining a new definition every time a new jsp is ...
1
vote
1answer
26 views
multiple tiles-def xml files
I'm using Struts 2.2.1 and tiles 2.1.4.
Wanted to know if there is a way to have multiple tiles-def xml files as my tiles-def xml file is becoming really big.
1
vote
1answer
67 views
Apache Tiles - is it useful when not using Table Layout?
according to 13 Reasons Why CSS Is Superior to Tables in Website Design
it's much better use CSS layout than table layout ,
now , All Tiles examples uses Table-Layout to insert the tiles
...
1
vote
2answers
93 views
Spring Webflow | Different validate method per transition
I currently have a Spring Webflow application that uses Webflow + Ajax.
I have a view-state called "A" that has several transitions.
<view-state id="A" model="myClass">
<transition ...
1
vote
4answers
113 views
HTML Multiple Heads
NOTE: I am in no way advocating multiple heads within a page
I'm using Apache Tiles and I have a few tiles that include their own heads. The result of the Tiles renders into an HTML page with ...
1
vote
1answer
56 views
Question on Tiles Framework
This question is more from a UI perspective. While we can create or rather specify different types of layouts using the Tiles definition, my question is what should be the strategy to define these ...
1
vote
1answer
79 views
Tiles Definition Explanation. What do .* and {1} do?
I found this in an existing Tiles configuration. Tiles is being used with SpringMVC.
Can someone explain what this does?
Basically it intercepts requests for all views of the form page.* and displays ...
1
vote
1answer
261 views
Struts2 tiles How to set attribute values in dynamically…
In tiles.xml set attribute values in static
<tiles-definitions>
<definition name="baseLayout" template="/site/layout.jsp" >
<put-attribute name="body" value="/index.jsp"/>
...
1
vote
1answer
184 views
Apache Tiles If/Else
I am wondering if it's possible to have an if/else with Apache Tiles 2 (or JSTL that references a Tiles attribute, that would work to). Basically, I want this:
<%@ taglib ...
1
vote
1answer
59 views
Apache Tiles Path Root
I am using Tiles 2 and I want to have an attribute that sets the root path for resources. I have this is my XML:
<definition name="titledWrapper" ...
1
vote
1answer
188 views
apache + tiles2 layout problem
I have the following tiles configuration file
<tiles-definitions>
<definition name="base" template="/includes/layout.jsp">
<put-attribute name="header" ...
1
vote
1answer
667 views
struts 2 tiles NoSuchDefinitionException
I am getting this exception when using struts 2 with tiles
org.apache.tiles.definition.NoSuchDefinitionException: /index.jsp
//tiles.xml
<tiles-definitions>
<definition name="baseLayout" ...
1
vote
1answer
833 views
Calling Controller from Tiles Template using Spring 3
I just set up Apache Tiles 2 in my Spring MVC 3 application.
I created my template :
<definition name="baseLayout" template="/WEB-INF/jsp/baseLayout.jsp">
<put-attribute name="title" ...
1
vote
2answers
658 views
Troubles with apache tiles 2 and JSP
I'm trying to get tiles 2 working with JSP. I'm getting a null pointer exception. I'm having trouble finding good documentation that explains how to get setup. I have a pretty easy use case. I have a ...
1
vote
2answers
394 views
Nesting templates in Tiles, why are attributes undefined in the included template?
I use Tiles 2 in my web application, and the basic setup I've got in my tiles.xml file is this:
<tiles-definitions>
<definition name="mainLayout" template="/jsp/layout.jsp">
...
1
vote
1answer
95 views
Tiles2 group all the scripts inside a ¿definition?
I'm using struts2+tiles2, and I would like to do the following. I have a baseLayout, where I define my menu, body, etc like this:
<tiles:insertAttribute name="menu" />
<tiles:insertAttribute ...
1
vote
3answers
3k views
UrlBasedViewResolver and Apache Tiles2 in Spring 3
I've got the following exception while trying to open the URL http://localhost:8080/app/clientes/agregar:
javax.servlet.ServletException: Could not resolve view with name 'clientes/agregar' in ...
1
vote
3answers
1k views
Tiles 2 And No mapping found for HTTP request with URI - Spring-MVC
I want to use Spring-Tiles intergration. Here you can see how my app looks like.
So my question is: why Spring-MVC dispatcher Servlet can not resolve my Target page ???
1
vote
2answers
403 views
Enable Tiles devMode like Struts' devMode to reload tiles.xml with each request
Does Apache Tiles have a devMove like Struts that would reload the tiles.xml file with each request? If so, how can this be enabled?
1
vote
3answers
2k views
Nesting Apache Tiles Template
So I found this: http://tiles.apache.org/framework/tutorial/advanced/nesting-extending.html
Here is the example:
<definition name="myapp.homepage" template="/layouts/classic.jsp">
...
0
votes
0answers
17 views
Tiles error page
We have the following directory structure:
Webapps->WEB-INF-JSP
Webapps->WEB-INF-Tiles.xml
Webapps-error.jsp
I have an issue with using error.jsp in my tiles xml file. I want the ...
0
votes
0answers
20 views
Velocity directives for tiles2
I am working on a web application with Struts2 and Velocity. I am now trying to introduce Tiles2.
Following a tutorial for introducing Tiles2 to a JSP based project I learned I can use ...
0
votes
0answers
24 views
How to integrate Tiles 2.0 into a Vanilla Web Application
I am trying to integrate Tiles 2.0 into a vanilla web application that is built solely on Servlets. I've found many resources that show how to integrate Tiles with other Frameworks like Struts2 or ...
0
votes
0answers
6 views
Why my spring web flow does not work? (no errors)
I started learning spring web flow but i can't make a project work.
I put a link in my index.jsp file that goes in the flow. The flow starts but when i try to submit a form .... nothing happens.
...
0
votes
0answers
112 views
org.apache.tiles.jsp.taglib.NoSuchAttributeException in Spring MVC / Tiles 2.1.4
I am having a hard time debugging this. Any help is appreciated. I am getting the following exception when i hit the url http://localhost:8080/test-web
UPDATE: Further debugging revealed that the ...
0
votes
0answers
19 views
How can I switch TilesConfigurer at runtime?
I have a Spring webapp that uses Apache Tiles to piece together various views.
I currently define a TilesConfigurer in my spring-servlet.xml like
<bean id="tilesConfigurer" ...
0
votes
0answers
38 views
Apache Tiles: abstract definition extending another abstract one
I'm using Tiles 2.2 and I'd like to reuse a single JSP to display different messages. Messages have to be defined inside Tiles configuration file.
The following example is my approach: base is the ...
0
votes
1answer
138 views
how can i exclude from DispatchServlet mapping a folder (resources folder)
My web.xml is:
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
TestStruts2
<servlet>
<servlet-name>dispatcher</servlet-name>
...
0
votes
1answer
128 views
I18n - multiple templates per locale or multiple locale files
I'm working on redesigning a large consumer facing retail website. Think something like gap.com
The technology stack is Apache tiles, Apache velocity, Spring MVC.
Question: To implement I18N right, ...
0
votes
2answers
73 views
How can I tell if a certain view (tile) has been defined in a Controller?
Spring 3.0.5 + Tiles
Inside my controller I'm creating a new ModelAndView but a situation has come up where one company wants their own view. Once this happens I can see this growing where other's ...
0
votes
0answers
144 views
tiles insert attribute not inserting page(ftl/jsp) while using ViewPreparer
I am using ViewPreparer to insert pages into the master page, I am doing this so that I can include client specific pages into the master page:-
tiles.xml:-
<definition name="online.template" ...
0
votes
1answer
460 views
Struts2, How to define @Result type parameter as tiles result
i am having trouble defining 'type' parameter of @Result annotation
here is my action annotation:
@Action(value="login",
results=@Result(name="success",location="index.page", type="tiles" ))
...
0
votes
1answer
97 views
Struts Tiles, how to handle this situation correctly?
i just started to learn struts(+spring) MVC, and I could use some explanation of this situation :
i am using Struts Tiles for my presentation layer and i want to display some data from database in ...
0
votes
1answer
179 views
mvc:view-controller causes PageNotFound in Spring Tiles2
I have a webapp based on Spring 3.0.6 which works fine on Tomcat 7.0.
The web.xml defines the dispatcher as following:
<servlet>
<servlet-name>dispatcher</servlet-name>
...