Re: WW-5419 - Autoloading of tiles.xml fails in Struts-6.4.0 | Testing
Lukasz Lenart <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.user |
|---|---|
| Message-ID | <CAMopvkMFMantcRRZ2B4qUawE1n4A7fcDL9LRjr0GpFz-mA9rVw@mail.gmail.com> |
pon., 22 kwi 2024 o 22:40 Tellis, Wyatt <[email protected]> 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