Shannon
Shannon

Reputation: 1

Do I need Struts to get tiles to work?

Upvotes: 0

Views: 177

Answers (2)

raq
raq

Reputation: 175

sounds like the decorator pattern would suit you..

check out sitemesh http://www.opensymphony.com/sitemesh/

Upvotes: 0

Abdullah Jibaly
Abdullah Jibaly

Reputation: 54790

You do NOT need Struts to use tiles. You can use just plain JSPs. If you need JSP support, copy the tiles-jsp-VERSION.jar to the WEB-INF/lib directory of your web application.

Upvotes: 2

Related Questions