Tagged Questions

4
votes
3answers
124 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 ...
3
votes
2answers
662 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 ...
2
votes
1answer
88 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
290 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
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
1answer
58 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
186 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
62 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
191 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
2answers
665 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
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 ...
0
votes
0answers
117 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
22 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
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
3answers
284 views

Multiple result types in Struts2?

I have a Struts2 application where I using Tiles. How can I get multiple result types in action-mappings? because I need to set de output as JSON data, and Tiles simultaneous. I have tried: ...
0
votes
1answer
920 views

struts2+tiles2 java.lang.ClassNotFoundException: org.apache.struts.taglib.bean.CookieTei

i am receiving error: org.apache.tiles.impl.CannotRenderException: ServletException including path '/layout/MainLayout.jsp'. ...