czw., 22 lut 2024 o 14:41 SARAVANAN SIVAGURU <saravanan.sivag...@nielseniq.com.invalid> napisał(a):
> <context-param> > > > <param-name>org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG</param-name> > > <param-value>classpath*:/META-INF/org.kawa.*tiles*.xml,classpath*:/META-INF/com.*.tiles.xml,/WEB-INF/config/tiles/*.tiles.xml</param-value> > </context-param> > <context-param> > > <param-name>org.apache.tiles.context.AbstractTilesApplicationContextFactory</param-name> > > <param-value>org.apache.tiles.servlet.context.wildcard.WildcardServletTilesApplicationContextFactory</param-value> > </context-param> > > AbstractTilesApplicationContextFactory is not supported anymore (I don't see a reference to it in Tiles 3), what listener do you use in web.xml? I would suggest setting up <listener> <listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class> </listener> and get rid of the whole <context-param> section above. You can try to use one of the Feature-Complete configuration https://tiles.apache.org/framework/config-reference.html Cheers Lukasz