> Wendy, the source code for Struts-Atlanta does some of what (I think) you
> are wanting to do.

Thanks!  That's actually the example that got me started putting jsp's under
WEB-INF to begin with.  I downloaded it again to make sure I have the newest
version.  

Now I'm experimenting with tiles and I got momentarily stuck when those two
example layouts were not behaving the same way.  I don't think it has to do
with where the jsp's are stored though.  

Perhaps I should ask on the developer's list... for some reason, the
<tiles:put> tag acts different from the <tiles:putList><tiles:add> does.  In
one, the "value" attribute is taken as relative to the location of the
layout page, and in the other, it's relative to the top level of the webapp.

Although I am using 
   <tiles:put name="header" value="two.jsp" />
vs. 
   <tiles:add value="three.jsp" />
so the different attributes might have something to do with it.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

Reply via email to