1. When to use a View Preparer for Tiles stackoverflow.comI'm new to JSP and Tiles, as well as Java. We are currently replatforming our site using these, but I am confused as to when something should be put into a ... |
2. Tiles 2.2.1 configuration stackoverflow.comI have used Tiles 2.1, but in version 2.2 configuration has changed, but sadly their documentation seems to be very confusing*, at least for me. And their example project download link ... |
3. |
4. How do I change the order of tile evaluation in Apache Tiles? stackoverflow.comI have a problem where the nested templates are being evaluated before the parent template. Due to the ordering issue, this is causing issues with a tag library that insists ... |
5. Add external js link to the jsp which extends from the tile template stackoverflow.comTiles definition:
|
6. how to insert a nest tiles stackoverflow.comHi: I know how to insert the attribut and defination in the jsp page,but I can not insert a nestly tiles. This is the exmaple:
|
7. Apache Tiles: how to access definition name stackoverflow.comI want to write the tiles definition name direct into the templates. But I have no idea how to access the definition name. To illustrate what I want to do have a ... |
8. Apache Tiles If/Else stackoverflow.comI 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:
|
9. Title get as string for body content of paramID? stackoverflow.comThis is the code that I have:
tiles-defs.xml
item.jsp
masterLayout.jsp
|
10. apache tiles vs custom tagx ("fragment") stackoverflow.comWhy do anyone needs tiles if same effect could be achieved with simple custom tags with "fragment" attribute? Tags even have several advantages over tiles:
|
11. Apache Tiles: abstract definition extending another abstract one stackoverflow.comI'm using Tiles 2.2 and I'd like to reuse a single JSP to display different messages. Messages have to be defined inside Tiles configuration file. The following example is my approach: base ... |
12. onload functions required in multiple tiles coderanch.com |
13. View State Maintainence with Tiles and Ajax coderanch.com |