Hello,
- Tiles 2 Plugin was upgraded to latest available Tiles 2 version, see WW-4568
tiles3.x, everything success.

For tiles2.2.2, after migrating from2.3.24.1 to 2.3.28, got the following error:

org.apache.tiles.definition.NoSuchDefinitionException: login_page

But "login_page" is in tiles-login.xml file(no change).

   <context-param>
        <param-name>
org.apache.tiles.impl.BasicTilesContainer.DEFINITIONS_CONFIG
        </param-name>
<param-value>/WEB-INF/tiles/tiles-login.xml</param-value>
   </context-param>

For the new version, do I have to change something for tiles configuration with struts?

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

Reply via email to