Apache Tiles™ is a Java templating framework built to simplify the development of web application user interfaces.
0
votes
0answers
25 views
org.apache.tiles.TilesException: Attribute 'header' not found in struts2
I used tiles in my struts application.
i was getting error like
Servlet.service() for servlet [jsp] in context with path [/Sample_Struts2] threw exception [javax.servlet.ServletException: ...
-1
votes
0answers
14 views
tiles 2.1: nesting templates 3 levels deep - attribute isn't replaced
I see PLACEHOLDER on result page instead of edit.jsp page content. Source of tiles-defs.xml listed below.
<definition name="layout" template="/WEB-INF/tiles/layout.jsp">
<put-attribute ...
2
votes
0answers
55 views
+50
Tile does not work properly with OGNL expressions
I am trying to use OGNL in my tile but it considers the expression as a string ( whatever I use it counts as a string).
How should I change it in a way to count the expression as name of a page not ...
0
votes
0answers
52 views
Spring security - dispatcher forward with tiles
I'm using spring security 3 with tiles 2. When I added <dispatcher>FORWARD</dispatcher> to spring security filter mapping, I noticed that spring started secure tiles forwards to layouts.
...
0
votes
0answers
16 views
Get spring.profiles.active in Tiles.xml
Can we recover the active profile in tiles.xml?
I need to display an indicator in the title of the active profile.
web.xml
<context-param>
...
0
votes
1answer
132 views
ajax call not hitting my spring mvc controller using it with tiles 2.2
I am using Spring MVC, Tiles 2.2 and jquery to make ajax calls, but my ajax in my js file is not hitting my controller. how do i configure it correctly as this is my first time trying to make an ajax ...
1
vote
1answer
33 views
Whats the difference between tiles:insertTemplate and tiles:insertDefinition
tiles:insertDefinition and tiles:insertTemplate both has putAttribute , i am not understanding the difference between the two.I am using tiles 2.x version.
thanks in advance
kranthi
1
vote
1answer
91 views
Combination of Tile2 + Spring3 + Struts2
I have implemented Spring security on Struts2 which perfectly works. Once I have added tiles to my project it runs into following error, I have provided some parts of my code, please let me know if ...
0
votes
0answers
66 views
getting http status 404 error when trying to access a spring mvc controller using tiles 2
I have a jsp page which has a delete link which is suppose to delete a row in my database.
here is a part of my jsp.
...
...
<c:forEach items="${addressList}" var="address">
<tr>
...
-1
votes
0answers
17 views
I want to incorporate tiles framework to this piece of code
<c:if test="${not empty successes}">
<div class="message success">
<c:forEach items="${successes}" var="success">
<span><c:out ...
-1
votes
1answer
66 views
Struts2+Spring3+Tiles3
I would like to integrate tiles 3 to my web application spring3+struts2+hibernate,
but I don't have any idea of were to begin. All examples that I see use struts2 with tiles only, no integration of ...
1
vote
1answer
31 views
Dynamic Tiles Template with Spring 3.0
I'm currently developping an application with Spring 3 and Tiles 2.
I have a question regarding Tiles and the dynamic contents.
I would like to have a "header" template, that contains a menu that is ...
0
votes
1answer
63 views
Tiles 2 with Spring MVC not resolving
I am trying to integrate Tiles 2 with Spring MVC but I am getting a specific jsp displayed rather than Tiles View. For ex, If request="about.htm" then I am getting about.jsp which is kept at ...
0
votes
0answers
67 views
How to configure spring with tiles 2?
I'm new in spring, etc.
For 2 days I'm trying to figure out how to properly configure Spring with Tiles 2.
I wanna make a simple form, and display entered information below - something like this but ...
0
votes
1answer
24 views
Tiles in tags possible?
I'am using spring roo v.1.2.3. Roo generated *.tagx-s, *.jspx-s and views.xml-s that is good.
But can I put those *.jspx page fragments in *.tagx-s.
For example there is a tag table.tagx and I want ...
1
vote
0answers
38 views
jsp substitution in tiles.xml
I was looking at the Travel demo project and noticed that in the tiles.xml under hotel that there was the following:
<definition name="hotels/*" extends="standardLayout">
...
0
votes
1answer
133 views
Apache Tiles 2.5 - Mark menu element as active
I'm using Spring MVC 3.1 and Tiles 2.
I have this Tile:
<ul class="nav">
<li class="active"><a href="/person">Person</a></li>
<li><a ...
2
votes
1answer
72 views
How to have a flexible website using tile?
I have 4 different types of members in my website lets say memberA, memberB, memberC, and memberD. Each should have its own header headerA.jsp, headerB.jsp, headerC.jsp, headerD.jsp.
As shown below, ...
1
vote
0answers
226 views
Integrating Spring 3 and Tiles 2 : Error in creating bean “tilesConfigurer”
I'm trying to make a basic Hello world app integrating Spring 3 MVC and Apache Tiles 2. If I understand it correctly, I'm getting an error when the spring container tries to initialize the ...
0
votes
0answers
145 views
Configuring Spring 3 MVC + Tiles 2 = getting StackOverFlowError
I am learning to use Spring 3 MVC along with tiles framework. I'm getting the following error:
HTTP Status 500 - Servlet.init() for servlet springMVC threw exception
type Exception report
message ...
0
votes
0answers
73 views
Velocity with tiles 2 and spring-mvc
I am looking for a way to use velocity with tiles 2 :
in the end I want to switch from jsp / vm like this :
<tiles-definitions>
<definition extends="default" name="view1">
...
1
vote
0answers
152 views
Struts2 tags are not working in Velocity templates
I am using struts2 with Apache Tiles2 and Velocity templates in my webapp.
The problem I am getting is that struts2 tags are not evaluating in velocity templates only when I use velocity with tiles.
...
0
votes
1answer
108 views
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 ...
0
votes
0answers
34 views
Is it possible to use a tiles definition with a template jsp from a jar?
I've in middle of a refactor and I wanted to separate my app into different modules. Each module will be a jar used as a dependency on a main web-app.
The problem I have is that now I can't reach my ...
0
votes
0answers
171 views
No tag library could be found with this URI
I have project structure as follows
EAR
--APP
--lib
Spring jars
tiles jar here
--war 1- tiles dependent webpages
my tag include in jsp layout
<%@ taglib ...
0
votes
0answers
122 views
How to make a single UrlBasedViewResolver refer to a “tiles.xml” and some another xml for a view?
It might sound like a weird question.
Here is my situation:
I'm writing a web application using Spring MVC 3.x
I'm using UrlBasedViewResolver and Tiles combo to resolve the view.
My webContext.xml
...
-1
votes
1answer
276 views
Struts2 Tiles plugin with multiple action classes
Found some very good examples online that integrate struts2 with tiles 2. I noticed that ALL of them map actions using wildcard method from a single action class. Is there a reason for doing so? My ...
5
votes
6answers
369 views
JSP internationalization
I want to create a web site which can be viewed with two languages, one LTR and one RTL. This means that all content should be shown in either of the two languages.
My framework is Spring, and I'm ...
0
votes
1answer
206 views
struts2 MessageResources in tiles
I'm trying unsuccessfully to use a struts2 message resource in a tiles
2.1.4 expression. For example the following resource is available in
the jsp...
<s:text ...
4
votes
3answers
262 views
How to use Tiles2 with Struts 1
Is it possible to use Tiles2 with Struts 1?
I've followed the instruction available at the migration guide http://tiles.apache.org/migration/index.html
But when I try to access my actions, I get ...
1
vote
1answer
181 views
How to point tiles.xml from web.xml
I'm new to struts2,In fact new to web application development just started developing a sample application. Currently I'm using struts tiles concept in my project. Here is how I am referring to ...
0
votes
1answer
448 views
nested tile definition does not work
I am new to tiles and simply wish to make them work in the following scope
base.jsp
...<body id="pageBody">
<div id="container">
<tiles:insertAttribute name="intro"/>
...
0
votes
0answers
127 views
Is it possible to use Spring mvc:resources with Apache Tiles 2?
I have to load static content from outside my webapp directory, so I added the following lines to my Spring application context XML:
<mvc:resources mapping="/css/**" ...
1
vote
0answers
161 views
Spring Tiles: Add context information (menu, title)
I am wondering what is the best way to add context information (like the current menu or the title of the page) to spring 3 + tiles 2 app.
I want the system to be as easily extenable as possible, so ...
0
votes
0answers
68 views
Restrict TilesViewResolver to a subset of tiles configurations
I don't know how to restrict the TilesViewResolver from a servlet to its own tiles configuration.
For example:
I have two servlets: Standard main servlet mapped to '/' and a admin servlet mapped to ...
0
votes
3answers
89 views
0
votes
1answer
303 views
Struts.xml define global result type as Tile
I am using Tiles with Struts2. In struts.xml I need to define <result-types> for every package. How can I make it global so all packages show type as tiles like <result ...
0
votes
2answers
164 views
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, ...
0
votes
0answers
44 views
template framework for spring enable project [closed]
When it comes to choosing a template engine for a spring enable project what would be the best option?
Apache tiles 2 and velocity definitely comes handy in the choice of options. What would you guys ...
0
votes
1answer
393 views
Spring MVC and Apache Tiles: an 404 issue
Good Time.
I'm trying to integrate the Spring MVC and Apache Tiles. The problem is^ when I hit the url I need, the "404 Not Found" raises. Here are my settings:
web.xml
<web-app id="WebApp_ID" ...
0
votes
0answers
23 views
Determining the type of a instance at the Apache Tiles definition level
I have decided to go for JPA entity inheritance in the project I am currently working on. I use Apache Tiles.
Thus, I have an abstract Member entity class that is subclassed by two other entities, ...
1
vote
1answer
761 views
Struts 2 Tiles Spring Security 3 Cannot load css, image, scripts
I am working on a Struts 2 + Tiles + Spring Security 3 application and I am not able to load any css, image and scripts. They resources are all deloyed into to 'publish' folder. The application works ...
2
votes
1answer
328 views
Tiles2 not working with struts2
I am working on struts2 and using tiles in my application we use Netbeans7.1. But we got an error "The module has not been deployed.See the server log for details."
"Exception while loading the ...
1
vote
1answer
1k views
Spring 3.1 ReloadableResourceBundleMessageSource and Apache Tiles 2.2.2
What seemed to be a simple task has turned out to be a few hours of suffering.
I am building a Spring 3.1 MVC application on the JavaEE 6 and Servlet 3.0.1 api without a web.xml file. I have a ...
0
votes
1answer
284 views
Usage of Tiles 2.2 with Struts 1.x (1.2) compatibility - Reg
We have started migrating our project (Web Application) which is running on Struts 1.x (1.2) from Framesets to Tiles 2.2.
As stated in the Apache tiles tutorial we have made few modifications in ...
2
votes
1answer
681 views
Pass global variables to Spring + Apache Tiles
I'm currently running a working Spring + Apache Tiles webapp.
I need to show some example code to explain my intention.
Apache Tiles Configuration:
<?xml version="1.0" encoding="UTF-8" ?>
...
0
votes
2answers
888 views
Tiles - Spring MVC
What is the difference between tiles:useattribute and tiles:insertattribute? Can you give some example?
0
votes
1answer
281 views
which version of tiles plugins and jasper plugins are used with struts2 2.2.3
I want to use tiles and jasper plugins with struts2 in my web application
but i am getting error while deploying the application . After doing google i found that there is plugins version miss match ...
0
votes
0answers
77 views
Spring upgrade from 2.0.1 to 3.0.6 - Struts support
The application I am working on was using spring 2.0.1 along with struts-tiles 1.3. And we have a bean activated this way:
<bean id="viewResolver" ...
0
votes
1answer
445 views
Nested templates with tiles
I want to have some nested templates with tiles, but without any luck for the moment.
My main template :
[...]
<div id=body><tiles:insertAttribute name="body"/></div>
[...]
My ...