Questions tagged as 'apache-tiles'

0
answers

Configuration jsp Template Using Apache Tiles with Spring

I made all the settings below but the template structure I created using Tiles is not being displayed on the main page along with its CSS. If anyone can help! tiles-config.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE til...
asked by 12.05.2016 / 01:29
1
answer

Is it possible to use Tiles inside SpringMVC tags?

Hello, I'm creating a generic form so that I can parameterize some attributes. I want to do the following: <sf:form cssClass="form" modelAttribute="<tiles:getAsString name="modelAttribute"/>" action="<tiles:getAsString name="action...
asked by 12.11.2015 / 02:35
0
answers

Doubt when overriding attribute with Apache Tiles

I'm studying a little bit about Tiles and I had a question. I have the following definition: <definition name="main" template="/views/templates/main.jsp"> <put-attribute name="titulo" value="##" /> <put-attribute name=...
asked by 08.11.2015 / 16:05