Questions tagged [apache-tiles]

Apache Tiles is a framework that allows authors to define HTML page fragments which can be assembled into a complete page at runtime.

Apache Tiles™ is a templating framework built to simplify the development of web application user interfaces.

Tiles allows authors to define page fragments which can be assembled into a complete page at runtime. These fragments, or tiles, can be used as simple includes in order to reduce the duplication of common page elements or embedded within other tiles to develop a series of reusable templates. These templates streamline the development of a consistent look and feel across an entire application.

Tiles grew in popularity as a component of the popular Struts framework. It has since been extracted from Struts and is now integrated with various frameworks, such as Struts 2 and Shale.

more info : http://tiles.apache.org/

308 questions
0
votes
1 answer

org.apache.tiles.TilesException: Attribute 'st' not found

I am learning struts 2 and I am trying to make a demo about tiles plugin. And I got the above exception. I found same topic at org.apache.tiles.TilesException: Attribute 'header' not found in struts2 But it doesn't help. Here is my…
IMPENTA
  • 379
  • 1
  • 6
  • 18
0
votes
2 answers

Could not obtain JSP 2.1 ExpressionFactory :jsp EL

I have both GWT 2.5.1, Spring 3.2 and Tiles in a (Maven) Project. Everything works fine as long as I start the project with something like mvn jetty:run-war. As soon as I try to start the project with mvn gwt:run into DevMode. It throws the…
Randy
  • 1,299
  • 2
  • 10
  • 23
0
votes
1 answer

apache tile HTML rendering with empty

I am having a very strange problem with HTML. On my backend, the problem part is like this.