Thx for your answer Greg,
i will look at that what you wrote. For now I went another way. I've build
two definitions. One for the Header and the Menu, and one for the footer.
And beetween them I wrote the code that is not always the same.
Example
<html>
<head>
<title>Example</title>
</head>
<tiles:insertDefinition name = "example.header_menu_etc"/>
<div id="mainContent">
<%-- BECAUSE IM WRITTING JSP I COULD WRITE CODE LIKE IN SERVLETS HERE--&>
<% String foo = request.getParameter("param1");%>
...
....
....
</div>
<tiles:insertDefinition name = "example.footer"/>
</html>
Thx for your reply
--
View this message in context:
http://www.nabble.com/How-to-integrate-Servlet-generates-pages-in-Tiles-2-tp18928638p18983163.html
Sent from the tiles dev mailing list archive at Nabble.com.