....It might be the way I am running it but I get:

SEVERE: Error configuring application listener of class [org.apache.struts2.tiles.StrutsTilesListener]
java.lang.NoClassDefFoundError: org/apache/tiles/startup/TilesInitializer

web.xml

    <listener>
<listener-class>org.apache.struts2.tiles.StrutsTilesListener</listener-class>
    </listener>

   <context-param>
<param-name>org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG</param-name>
        <param-value>
            /WEB-INF/tiles.xml
        </param-value>
    </context-param>

Do I need to make any changes to the web.xml file?

On 06/10/2022 14:19, Lukasz Lenart wrote:
Yes

W dniu czw., 6.10.2022 o 15:19 Greg Huber <gregh3...@gmail.com> napisał(a):

I can test it from the git branch in eclipse.  Normally I would delete
the struts2* jars, so I guess its all of the tiles-* as well?

On 06/10/2022 14:14, Lukasz Lenart wrote:
czw., 6 paź 2022 o 15:11 Greg Huber <gregh3...@gmail.com> napisał(a):
Is the branch WW-5233-tiles working?  I could give it a test drive.😛
Yes, you can build a snapshot version out of it. That would be cool,
thanks!

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

--
(mobile)


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

Reply via email to