It turns out it was an issue with one of the dependency versions.  

Wyatt

-----Original Message-----
From: Lukasz Lenart <lukaszlen...@apache.org> 
Sent: Monday, April 22, 2024 9:38 PM
To: Struts Users Mailing List <user@struts.apache.org>
Subject: Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing

!-------------------------------------------------------------------|
  This Message Is From an External Sender
  This message came from outside your organization.
|-------------------------------------------------------------------!

pon., 22 kwi 2024 o 22:40 Tellis, Wyatt
<wyatt.tel...@ucsf.edu.invalid> napisał(a):
> We’ve run into this issue as well.  Using the workaround of specifying the 
> location via:
>
> <context-param>
>      
> <param-name>org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG</param-name>
>      <param-value>/WEB-INF/tiles.xml</param-value>
> </context-param>
>
> doesn’t work.

You can specify all the files you are using by separating them by comma:
<param-value>/WEB-INF/tiles1.xml,/WEB-INF/tiles2.xml,/WEB-INF/tiles3.xml</param-value>


Regards
Lukasz

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


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

Reply via email to