Re: Welcome page in Tiles2 with Struts2

2007-09-24 Thread Antonio Petrelli
2007/9/24, wild_oscar <[EMAIL PROTECTED]>: > > Off-topic: everytime I read your name I remember the brothers from > "Heroes"! LOL! I have no relatives with my surname in USA. Anyway I think I can fly :-P Antonio

Re: Welcome page in Tiles2 with Struts2

2007-09-24 Thread wild_oscar
Which is, in fact, easier! Thank you, Antonio! Off-topic: everytime I read your name I remember the brothers from "Heroes"! Antonio Petrelli-3 wrote: > > 2007/9/24, wild_oscar <[EMAIL PROTECTED]>: >> >> >> I want my welcome page to be a Tiles2 template (with, say, a welcome.jsp >> body). >> >>

Re: Welcome page in Tiles2 with Struts2

2007-09-24 Thread Antonio Petrelli
2007/9/24, wild_oscar <[EMAIL PROTECTED]>: > > > I want my welcome page to be a Tiles2 template (with, say, a welcome.jsp > body). > > In my Tiles1+Struts1 application the way I achieved this was like: > > 1) Create a dummy welcome.jsp file > 2) Have a WelcomeServlet to listnen to that page > 3) Ma