On 11/15/2017 6:56 PM, JK wrote:
Caused by: org.apache.tiles.TilesException: Unable to resolve factory class:
'org.apache.struts2.tiles.StrutsTilesContainerFactory'

It seems you don't have Struts Tiles Plugin 2.5.13 in your classpath. Please try below in your pom.xml:

<dependency>
    <groupId>org.apache.struts</groupId>
    <artifactId>struts2-tiles-plugin</artifactId>
    <version>2.5.13</version>
</dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to