Getting started needs to be fixed a bit.
----------------------------------------
Key: TILES-205
URL: https://issues.apache.org/struts/browse/TILES-205
Project: Tiles
Issue Type: Bug
Components: site
Affects Versions: 2.0.4
Reporter: Stephen More
On http://tiles.apache.org/tutorial/advanced/utils.html
Change:
org.apache.tiles.web.TilesDispatchServlet
to:
org.apache.tiles.web.util.TilesDispatchServlet
On http://tiles.apache.org/tutorial/basic/pages.html
Change:
org.apache.tiles.servlet.TilesServlet
to:
org.apache.tiles.web.startup.TilesServlet
Also, I am always getting
org.apache.tiles.definition.NoSuchDefinitionException: myapp.homepage
Perhaps this getting started can be included in the examples of the release.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.