RE: One tile-conf.xml per namespace

2007-02-04 Thread Djordje Trifunovic
iginal Message- From: Gonçalo Luiz [mailto:[EMAIL PROTECTED] Sent: Saturday, February 03, 2007 7:56 PM To: Dave Newton Cc: Struts Users Mailing List Subject: Re: One tile-conf.xml per namespace Hello Dave, Thank you for your answer. I now I can have multiple files in a comma-separated list (BTW, r

Re: One tile-conf.xml per namespace

2007-02-03 Thread Dave Newton
--- Gonçalo Luiz <[EMAIL PROTECTED]> wrote: > Is it clear what I'm trying to achieve? Yep, I get it now :) I'm slow on Saturdays. Can't help you, though :) I'm barely up-to-speed on Tiles 2; I don't know if it's possible to have tiles definitions be S2-namespace-aware or not. Dave _

Re: One tile-conf.xml per namespace

2007-02-03 Thread Gonçalo Luiz
Hello Dave, Thank you for your answer. I now I can have multiple files in a comma-separated list (BTW, right now don't matter how I write it tiles configuration is assumed to be in WEB-INF/tiles.xml, what do I need to put in my web.xml?). What I'm trying to achieve is to use the same name for s

Re: One tile-conf.xml per namespace

2007-02-03 Thread Dave Newton
--- Gonçalo Luiz <[EMAIL PROTECTED]> wrote: > Is it possible to have one tiles configuration file > per struts namespace ? For both S1 and S2 you can configure multiple tiles config files in a comma-separated list. d. __