On Tue, 2010-06-22 at 19:03 +0200, Antonio S. wrote: > So, my questions are: > > 1. Can you recommend the best practice for page composition in Struts2?
Stand on the shoulders of others =) > 2. Can I use Struts2 for implementing above mentioned strategies i. and > ii.? How? Look into SiteMesh or Tiles. I use Tiles and find it to be very simple and very intuitive. My reason for using it over SiteMesh was that I was just learning Struts 2 and it looked simpler to set up for the first time. Of course this was based on about a minute of reading ;) so apply a lot of salt... but I have been very happy with Tiles. > Thanks for your time. > Regards. > Antonio.