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) Make the servlet forward the request to a welcome.do action
4) Return the action's success to a tiles template

Is there any alternative, cleaner way to do this with T2 and S2? Is using an
interceptor for the same thing better in terms of performance?

-- 
View this message in context: 
http://www.nabble.com/Welcome-page-in-Tiles2-with-Struts2-tf4508341.html#a12857374
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to