Tiles questions

2008-07-14 Thread Zhang, Larry (L.)
I have a mainLayout which has a header, body and footer.(and thus I have 4 jsps, mainLayout.jsp, header.jsp, body.jsp, and footer.jsp, and notice that body.jsp will be different for each different screen page). One setting can be of: Then I have a

Tiles questions

2008-07-14 Thread Zhang, Larry (L.)
I have a mainLayout which has a header, body and footer.(and thus I have 4 jsps, mainLayout.jsp, header.jsp, body.jsp, and footer.jsp, and notice that body.jsp will be different for each different screen page). One setting can be of: Then I have

Re: Tiles questions

2008-07-14 Thread Alberto A. Flores
That's because the tiles inheritance you are trying to use doesn't make sense. The managerPage1 tile does NOT have a "middle" element in the parent tile (which is defined in the managerBody tile). You probably need to use a different strategy, perhaps check the role and forward to the proper ti