Most voted "apache-tiles" questions
3 questions
Sort by count of
-
2
votes0
answers232
viewsConfiguration Template jsp using Apache Tiles with Spring
I did all of the configuration below, but the template structure I created using Tiles is not being presented on the main page along with your CSS. If anyone can help! Tiles-config.xml <?xml…
-
1
votes0
answers40
viewsDoubt when overwriting attribute with Apache Tiles
I am studying a little about Tiles and I have a question. I have the following definition: <definition name="main" template="/views/templates/main.jsp"> <put-attribute name="titulo"…
-
1
votes1
answer24
viewsIs it possible to use Tiles within Springmvc tags?
Hello, I am creating a generic form so that I can parameterize some attributes. I want to do the following : <sf:form cssClass="form" modelAttribute="<tiles:getAsString…