Tagged Questions
Apache Tiles is a framework that allows authors to define HTML page fragments which can be assembled into a complete page at runtime.
3
votes
3answers
1k views
Can not find the tag library descriptor for tiles when using Maven
Here is my config in web.xml file
<listener>
<listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class>
</listener>
<filter>
...
3
votes
1answer
1k views
Apache Tiles 2.1 - How to prevent inherited list attributes from getting duplicated?
I'm working on a project using Apache Tiles 2.1.
I am running into an issue where extending templates with list attributes is creating duplicates of those list items... one set of duplicates for ...
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
3answers
293 views
Apache tiles converts open tag and close tag with no content to an empty tag
Apache tiles converts open tag and close tag with no content to an empty tag.
For example <script src="some.js"></script> will be written as <script src="some.js"/>, which breaks my ...
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
44 views
Ajax REST call to web app with spring 3 and Tiles 2
I have a webapp which is built using spring 3 and tiles 2 (not RESTful). I am using UrlBasedViewResolver to display views
my application-servlet.xml
<beans ...
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
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
109 views
EL expressions in Apache tile definition is not processed
I am using Apache tiles for templating and part of the template is a header text. This text depends on the section the page belongs to. Each page contains a bean and the header text is built using the ...
1
vote
0answers
119 views
Dynamically composing pages using tiles
I'm a new tiles user and love it so far. But I face a problem now and I'm not sure that tiles is the right tool in my hand to achieve my aims.
What I would like to do is to create a general ...
1
vote
1answer
164 views
Is there anything better than Tiles for Struts2?
I'm new to the Struts 2 world. I just figured out how to use the Convention plugin and I must say it's quite nice.
However, all of my JSP files of course have the complete head, title, etc. I want ...
1
vote
1answer
248 views
Tiles framework low performance
I built a Spring MVC web app with TilesViewResolver, but the performance is poor, very slow.
In a benchmark Tiles is sevent times slower than JSP.
Is there any way to improve this?
1
vote
1answer
93 views
0
votes
0answers
18 views
Spring Tiles Jsp issue
I am using spring webflow, tiles and everything works ok.
We are using AjaxUrlBasedViewResolver for resolving views.Most of my jsps are inside the WEB-INF folder.
However some jsps are outside the ...
0
votes
0answers
19 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
33 views
Apache tiles EL support in Spring 3
I'm trying to configure apache tiles 2.2.2 EL support in Spring 3.1.
According to tiles documentation and from what I've found on google, this should work, but it doens't, instead, it throws ...
0
votes
2answers
32 views
Spring MVC 3 Return Content-Type: text/plain
I want to display simple text on a page and as such I want to return the Content-Type as text/plain.
Using the code below, I see plain text on the page, however the return Content-Type is still ...
0
votes
1answer
23 views
spring and apache tiles with shared taglib
I´m creating spring and apache tiles baserd application. I want to share a taglib in my parts of layout. I`ve added in my layout
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
...
0
votes
1answer
21 views
wrong url to css files in spring and apache tiles
I'm creating REST application based on spring and apache tiles. I've added .css file and on main page it work everything. I mean when I'm on domain.com/ but when I'll go to domain.com/something/ the ...
0
votes
0answers
7 views
fixed controller to part of apache tiles
I`m integrating Spring and Apache tiles. My page will have standard 2 columns. Body and left column. The body will be set by controler based on REST but I want to have fixed left column but not by ...
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
0answers
131 views
TilesConfigurer is deprecated ?? How I use tile2.2 in spring MVC 3.1?
I try to integrate Spring MVC 3.1 with Apache Tile2.2 but I found this error
Error creating bean with name 'tilesConfigurer' defined in ServletContext resource [/WEB-INF/tiles-context.xml]: ...
0
votes
1answer
139 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
82 views
Spring MVC Tiles - Not picking up resource folder
I need to change mapping for my spring servlet to point to /sample vs. /sample.html.
I made a change in the url pattern to the following. The urlPattern is
...
0
votes
0answers
69 views
using jsf in my jsp files with tiles
I have a xhtml with I must include into my jsp site. I've intergrated jsf into my project and everything works fine. The problem is that if I try to include a xhtml with tiles like this:
...
0
votes
0answers
253 views
Spring MVC 3.0 and Apache Tiles 2.2.2 Integration
I need to integrate Sping MVC 3, Apache Tiles 2.2.2. It throw Excepnion:
2011-08-20 20:08:11.304 [CarShop:http-8080-1] ERROR org.apache.commons.digester.Digester - Parse Error at line 14 column 70: ...
0
votes
0answers
103 views
Use properties file inside Apache Tiles 2 config file
I'm using Spring MVC 3 + Apache Tile 2.2 and I was just wondering if I could use properties directly from tiles-def.xml file. So my tiles-def looks like:
<definition name=".mainTemplate" ...
0
votes
1answer
568 views
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 ...
0
votes
1answer
338 views
Java, Spring 3.0.5 integrating with Apache tiles 2.2.2
Following this tutorial:
http://viralpatel.net/blogs/2010/07/spring-3-mvc-tiles-plugin-tutorial-example-eclipse.html
Tiles configuration ( tiles.xml ) :
<?xml version="1.0" encoding="UTF-8" ?>
...
0
votes
0answers
19 views
How can I get a list of jsp files used in constructing a webpage through Apache Tiles 2?
I have a fairly large code base consisting of a multitude of jsp files pieced together utilizing Apache Tiles to create a web site. On any given web page on this site what would be the best way to ...
0
votes
1answer
106 views
REST support within a java templating engine such as StringTemplate, FreeMarker, Velocity or Tiles?
I'd like to compare some templating engines that supports creating RESTful URLS for templating header/body/footer pages in a java application. I don't want my pages to have a jsp, .st or .ftl ...
0
votes
0answers
66 views
insertDefinitions in JSP doesn't overwrite original tile
Hey I pretty new to the whole tiles concept and have a problem. Will try to explain as good as I can.
In my tiles .xml file I have:
<definition name="/article/startDateAndPrioTeaserList.do" ...
0
votes
1answer
384 views
Spring MVC 3 and Apache Tiles 2, but no controller
I am trying to get Spring MVC 3 and Apache Tiles 2 to play nice together. I can get simple pages to display and those pages have been built with Tiles templates, but for the life of me I cannot get my ...
0
votes
1answer
337 views
Tiles 2 Access Variable in Template
I am using the Spring MVC framework with Apache Tiles 2. I want to be able to have multiple controllers all use the same view (different logic, some basic presentation). I can do that easily. What I ...
0
votes
0answers
145 views
Spring MVC 3.0 with Apache Tiles - Mutiple Forms in one page
I'm using spring mvc (3.0) with apache tiles in my project. I have multiple forms in a single page rendered through tiles.
The login form and search form are common to most pages. The “body” in the ...
0
votes
0answers
207 views
use struts tiles with spring security tag
I have index.jsp as following :
<sec:authorize access="hasRole('USER')" >
AAA
</sec:authorize >
then I login with user with role "USER", it works OK, I can see "AAA".
but when I try to ...
0
votes
2answers
1k views
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</param-name>
...
0
votes
1answer
66 views
What scope am I in when writing code within a Struts2/Apache Tiles .jsp, and how can I access my current Struts2 Action?
So here I am, writing a JSP script which is called by a Apache Tiles which is called by a Struts2 action. Everything works fine, but I'm just curious about what scopes I have access to.
I (think I) ...
0
votes
0answers
277 views
How to integrate Struts2 Tile and Spring Security3?
I want to integrate Struts2 ,Tile and Spring Security3 but I cannot search tutorial for this case.After I created sample web integrate project and configuration follow 5 Minute Guide to Spring ...
0
votes
0answers
322 views
Problem with tiles in netbeans
I am able to run normal struts2 programs in netbeans 6.9.1.But the problem comes when I am using tiles in my struts application.
I have put the following jar files needed for tiles into the Libraries
...
0
votes
1answer
244 views
How do I change the order of tile evaluation in Apache Tiles?
I have a problem where the nested templates are being evaluated before the parent template. Due to the ordering issue, this is causing issues with a tag library that insists nesting.
template.jsp
...
-1
votes
1answer
222 views
Apache Tiles 2.x java framework book?
Any good recommendation for a book about Apache Tiles 2.x Java framework? I find the site documentation insuficient. thx