<[EMAIL PROTECTED]> wrote:

> > You can put the list in an request scoped bean with defined name.
> > The template can then access it, e.g. with <ligic:iterate>
> 
> That's what I'm doing at the moment with the old <jsp:setProperty>
> and <jsp:include> tags. I guess what I'm asking is can I do
> this cleaner somehow with the template tags?
> 
> Devon

You mean something like this?

<logic:iterate id="x" >
    <template:get name="<%= x %>" />
</logic:iterate>
   
I am not sure, whether this is possible in the soon-to-be-deprecated template
tags or in the tiles tags, but the idea is good.

--
gR

Reply via email to