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

Using Tiles for a Menu Layout

2006-03-26 Thread Oswaldo Hernandez
I'm setting upd the development enviroment for a new Struts web app. I've sketched the page layout for all pages as follows. - Header - - Menu - - Content - - Fo