In Struts2, how do you share your common html across all pages?
In Asp.net, you ve got Master pages, and in Rails there are Layouts. The idea is that your common html (eg the header, menu, and styles) are all easy to maintain because they are in one place, but for the life of me i can t find the equivalent feature in Struts2.
Is it called something else, or something, is that why i can t find it?