lukaszlenart commented on PR #566: URL: https://github.com/apache/struts/pull/566#issuecomment-1153085162
`URLApplicationResource` was intended to work with multiple localized Tiles definitions, eg.: `tiles.xml, tiles_pl.xml, tiles_fr.xml` and so one, `StrutsApplicationResource` is connected with `StrutsWildcardServletApplicationContext` to support wildcard matching, but without localisation support - it's done via [`I18N:`](https://struts.apache.org/plugins/tiles/#i18n) prefix. Probably I should clarify that in the docs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
