Questions tagged [tiles2]

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

Apache Tiles™ is a Java templating framework built to simplify the development of web application user interfaces. Tiles uses the composition pattern as opposed to the decorator pattern, which the name "tiles" suggests. Tiles templates are made up of "definitions" which are typically defined with XML, however definitions can be constructed with the Tiles API.

Tiles has the following notable features:

  • Support for FreeMarker, Velocity and JSP.
  • Support for pattern matching using regular expressions.
  • EL, OGNL and MVEL support in definition files, when specifying attributes and templates.
  • Offers some support for decoration and runtime composition

For a current list of features see: http://tiles.apache.org/framework/whats-new.html

200 questions
-1
votes
1 answer

I am upgrading my Java project from Struts 2.3.15 to 2.3.34. What are the changes that I should do?

I am upgrading my project from Struts 2.3.15 to 2.3.34. What are the changes that I should do?
-1
votes
1 answer

Does struts2.3.15.3 security issue also affect the tiles plugin?

I upgraded struts2 to 2.3.32 with no problem, but I also depend on struts2-tiles-plugin-2.3.15.3.jar which I can't upgrade as easily. Is this a problem or is upgrading struts2-core enough to fix the issue?
Vertago
  • 315
  • 2
  • 16
-1
votes
1 answer

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.
user2364175
  • 1
  • 1
  • 1
-1
votes
1 answer

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 spring.
user1310305
  • 101
  • 1
  • 2
  • 12
-2
votes
1 answer

Oracle 11g-Could not open Connection using Hibernate

[enter image description here][1] [1]: https://i.stack.imgur.com/6sttv.pngstrong text Not able to open the connection for Oracle 11g using hibernate-I also verified the service and hostname in the file "tnsnames.ora"
Radhika
  • 151
  • 4
1 2 3
13
14