You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Stephen More (JIRA)" <ji...@apache.org> on 2007/08/30 23:39:34 UTC

[jira] Updated: (TILES-205) Getting started needs to be fixed a bit.

     [ https://issues.apache.org/struts/browse/TILES-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen More updated TILES-205:
-------------------------------

    Description: 
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

On http://tiles.apache.org/tutorial/basic/pages.html
You need to include around /WEB-INF/tiles-defs.xml:
 <tiles-definitions>

</tiles-definitions>


  was:
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.



> 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
> On http://tiles.apache.org/tutorial/basic/pages.html
> You need to include around /WEB-INF/tiles-defs.xml:
>  <tiles-definitions>
> </tiles-definitions>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.