Tagged Questions

2
votes
1answer
780 views

Composing Apache Tiles 2 layout from many templates

I'm building the web application with Spring 3 and Tiles 2.2. I've put following layout definition: <tiles-definitions> <definition name="default" ...
1
vote
1answer
79 views

Apache Tiles - is it useful when not using Table Layout?

according to 13 Reasons Why CSS Is Superior to Tables in Website Design it's much better use CSS layout than table layout , now , All Tiles examples uses Table-Layout to insert the tiles ...
0
votes
1answer
362 views

Best way to set HTML head title in a Spring+Tiles2 application?

I have a usability problem in my Spring webapp which uses Tiles as the view technology. At the moment all of the pages display the same HEAD_TITLE and the PAGE_TITLE is page specific: <html> ...