[
https://issues.apache.org/jira/browse/TILES-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13292569#comment-13292569
]
Leonardo De Seta commented on TILES-553:
----------------------------------------
I've attached a small project where this issue can be seen (it includes
tiles.xml). In web.xml I've configured SimpleTilesListener and
CompleteAutoloadTilesListener (its commented), so you can easily switch between
this two listeners. The project works with CompleteAutoloadTilesListener, but
it does not work with SimpleTilesListener.
> SimpleTilesListener not working in Tiles 3.0
> --------------------------------------------
>
> Key: TILES-553
> URL: https://issues.apache.org/jira/browse/TILES-553
> Project: Tiles
> Issue Type: Bug
> Components: tiles-servlet
> Affects Versions: 3.0.0
> Reporter: Leonardo De Seta
> Attachments: prueba-tiles.zip
>
>
> org.apache.tiles.web.startup.simple.SimpleTilesListener does not appear to
> work in Tiles 3.0 when using TilesDispatchServlet.
> Using a very simple tiles.xml, an Exception is thrown when accesing the
> webpage:
> org.apache.tiles.definition.NoSuchDefinitionException: Unable to find the
> definition 'helloworld'
> The same example works using
> org.apache.tiles.extras.complete.CompleteAutoloadTilesListener (Tiles 3.0),
> or with the SimpleTilesListener in Tiles 2.2.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira