Top "Tiles" questions

Apache Tiles renders dynamic websites in a Java Servlet container.

NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder

I'm trying to run the sample tiles example given here. Below is my POM.xml: <dependencies> <dependency&…

java tiles slf4j
Redirect from one controller method to another controller method

I am using Spring 3 and Tiles 2 in my application and have a bit of trouble with redirecting. Preferably, I would …

spring jsp spring-mvc tiles
How to Create Grid/Tile View?

For example, I have some class .article, and I want to view this class as grid view. So I applied …

css grid positioning css-float tiles
Using Spring, mapping to root in web.xml, static resources aren't found

What I'm trying to do is map requests to the servlet root (correct terminology?). I'm at the point where URLs …

model-view-controller spring tiles
How to get the original request url from a servlet/jsp after multiple servlet forwards

I am working on a cruise booking app using struts/tiles that uses multiple internal servlet/jsp forwards to reach …

java servlets jakarta-ee struts tiles
How to pass values from JSP to tiles attribute?

I am converting an existing Tiles 1 webapp to Tiles 2 architecture. I am having trouble passing values from JSP page to …

spring jsp tiles
Spring 3 MVC and Apache Tiles 2 Integration Error

I have been trying to integrate Spring (3.0.4 and 3.0.5) MVC with Apache Tiles (2.1.2,2.1.4 and 2.2.2) to no avail. In every case i …

spring spring-mvc tiles
Why would I use a templating engine? jsp include and jstl vs tiles, freemarker, velocity, sitemesh

I'm about to choose to way to organize my view (with spring-mvc, but that shouldn't matter much) There are 6 options …

java jsp velocity tiles freemarker
Can I serve JSPs from inside a JAR in lib, or is there a workaround?

I have a web application deployed as a WAR file in Tomcat 7. The application is build as a multi-module project: …

java jsp tomcat servlets tiles
Glueing tile images together using imagemagick's montage command without resizing

This seems like it might be a reasonably common question, so I'm going to ask it using as many keywords …

image imagemagick tiles