Re: Problem with defining dynamical structurs with tiles

2006-03-27 Thread Oswaldo Hernandez
Hi, Peter in my post I also xposed the same issue in my app, what I managed to do was 1. put an attribute into the base.layout tile. 2. I used the tag to define that attribute in request scope. 3. Then in the other jsp you can use the struts tags for whatever you like, in your case you could

Problem with defining dynamical structurs with tiles

2006-03-26 Thread Peter Neu
Hello, I got this scenario where I have a basic layout (header, nav-bar, body, info, footer). What I need to do is insert dynamically a tiles compenent in a jsp document a few levels lower than the main document. The main document is siteLayout.jsp the body is entry.jsp. How can I insert in ent