tiles2 Questions
2
Solved
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 uri="http://java.sun.c...
5
Solved
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 c...
Creep asked 19/12, 2011 at 17:26
6
Solved
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...
1
Solved
I search for ideas on how to reduce some of the boilerplate added by Tiles. Here is how my project organized.
In my spring-mvc config I have Tiles configured this way:
...
<bean class="org.sp...
Xylene asked 20/5, 2013 at 12:58
1
Is it possible to access the Apache Tiles definition name inside a ViewPreparer?
Acuff asked 10/4, 2012 at 11:45
1
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 href="/student">St...
Molluscoid asked 13/3, 2013 at 13:41
1
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 mode...
Exergue asked 24/10, 2008 at 14:55
2
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" template="/WEB-INF...
4
Solved
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 ...
Sixth asked 27/9, 2011 at 20:40
2
Solved
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 ...
1
Is posible to integrate sitemesh and tiles 2.1 with spring mvc ?
I want to composite the layout with tiles and then decorate with sitemesh.
I was using tiles like that.
<bean id="tilesConfigu...
Coprophilia asked 17/5, 2010 at 15:40
3
Solved
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 t...
Moneyed asked 2/12, 2008 at 15:55
1
© 2022 - 2024 — McMap. All rights reserved.