for now I want to use tiles3 in struts2, I use this listener:
<listener>
<listener-class>org.apache.tiles.extras.complete.CompleteAutoloadTilesListener</listener-class>
</listener>
which lead me to download a lot of jar files: velocity, mustache etc.
those lib/jar I don't need in my project.
for performance and easy to use, is there a simple way to use tiles3 in struts2 ?