I just completed the initial check-in of the tiles-documentation webapp as a part of the standard Struts directory structure, instead of being built from "contrib/tiles". Not surprisingly, the size of the CVS report exceeded the limits set for the mailing list -- here's the initial part of the message so you can see what I did.
Craig ---------- Forwarded message ---------- Modified: . build-webapps.xml Added: src/tiles-documentation/org/apache/struts/example/tiles InitServlet.java src/tiles-documentation/org/apache/struts/example/tiles/channel ChannelFactorySet.java SelectChannelAction.java src/tiles-documentation/org/apache/struts/example/tiles/dev1-1 ApplicationResources.properties src/tiles-documentation/org/apache/struts/example/tiles/dynPortal PortalPrefsForm.java PortalSettings.java RetrievePortalAction.java SetPortalPrefsAction.java src/tiles-documentation/org/apache/struts/example/tiles/invoice Address.java EditInvoiceAction.java Invoice.java InvoiceForm.java src/tiles-documentation/org/apache/struts/example/tiles/lang SelectLocaleAction.java src/tiles-documentation/org/apache/struts/example/tiles/portal MenuSettings.java MenuSettingsForm.java PortalCatalog.java PortalSettings.java PortalSettingsForm.java UserMenuAction.java UserMenuSettingsAction.java UserPortalAction.java UserPortalSettingsAction.java src/tiles-documentation/org/apache/struts/example/tiles/rssChannel Channels.java RssChannelsAction.java src/tiles-documentation/org/apache/struts/example/tiles/skin DefinitionCatalog.java LayoutSettingsAction.java LayoutSettingsForm.java LayoutSwitchAction.java SimpleSwitchLayoutAction.java src/tiles-documentation/org/apache/struts/example/tiles/template DynTemplateAction.java src/tiles-documentation/org/apache/struts/example/tiles/test TestActionTileAction.java TestTileController.java src/tiles-documentation/org/apache/struts/example/tiles/tutorial ForwardExampleAction.java web/tiles-documentation index.jsp web/tiles-documentation/WEB-INF struts-config.xml tiles-defs.xml tiles-examples-defs.xml tiles-tests-defs.xml tiles-tutorial-defs.xml tiles-tutorial-defs_de.xml tiles-tutorial-defs_fr.xml web.xml web/tiles-documentation/common footer.jsp header.jsp menuViewSrc.jsp submenu.jsp viewSrc.jsp viewSrcBody.jsp viewSrcBodyError.jsp web/tiles-documentation/doc compatibilityChanges.html comps2Tiles.html download.jsp extensionsTags.jsp installation.jsp overview.jsp quickOverview.jsp tilesTags.jsp tutorial.jsp tutorialStaticIndex.jsp userGuide.jsp web/tiles-documentation/doc/portal comments.jsp documentation.jsp download.jsp features.jsp news.jsp nextFeatures.jsp revisions.jsp revisionsCont.html strutsIntegration.jsp tilesCompsTemplates.jsp todo.jsp welcome.jsp web/tiles-documentation/doc/portal/images portalOverview.gif web/tiles-documentation/examples index.jsp myMenuSettings.jsp myPortal.jsp myPortalSettings.jsp portal.jsp rssChannels.jsp skinSettings.jsp summariesTabs.jsp tabs.jsp web/tiles-documentation/examples/rssFeed apacheweek-headlines.xml rss-example.xml web/tiles-documentation/examples/tiles adminSummary.jsp body.jsp componentsSummary.jsp footer.jsp header.jsp i18nSummary.jsp menuSummary.jsp multiChannelsSummary.jsp myLayoutSummary.jsp myMenuSettings.jsp myMenuSummary.jsp myPortalPrefs.jsp myPortalSettings.jsp myPortalSummary.jsp mySkinSettings.jsp portalSummary.jsp rssChannelErrors.jsp rssChannels.jsp rssChannelsSummary.jsp tabsSummary.jsp web/tiles-documentation/examples/tiles/portal advert1.jsp advert2.jsp advert3.jsp login.jsp messages.jsp newsFeed.jsp portalBody.jsp stocks.jsp whatsNew.jsp web/tiles-documentation/images jakarta-logo.gif struts-power.gif struts.gif web/tiles-documentation/layout classicLayout.jsp columnsLayout.jsp vboxLayout.jsp web/tiles-documentation/layouts centerLayout.jsp classicLayout.jsp columnsLayout.jsp menu.jsp stylesheet.css tabsLayout.jsp vboxLayout.jsp web/tiles-documentation/layouts/skin1 menuLeftLayout.jsp web/tiles-documentation/test body.jsp failpage.jsp header.jsp index.jsp layout.jsp layoutTestIgnore.jsp menu.jsp testAll.jsp testBackward.jsp testBasic.jsp testController.jsp testDefinitions.jsp testIgnore.jsp testList.jsp testRole.jsp testStrutsAction.jsp web/tiles-documentation/tutorial basicFramesetPage.jsp basicPage.jsp contentForm.jsp definitionTag.jsp dynFramesetPage.jsp extendedDefinition.jsp extendedDefinitionTag.jsp firstDefinition.jsp frameset.jsp index.jsp overloadDefinitionParameters.jsp portalPage.jsp strutsForward.jsp test.jsp test2.jsp test3.jsp web/tiles-documentation/tutorial/basic helloBody.jsp menu.jsp myFramesetLayout.jsp myLayout.jsp web/tiles-documentation/tutorial/common footer.jsp header.jsp menu.jsp submenu.jsp viewSrcBody.jsp viewSrcBodyError.jsp web/tiles-documentation/tutorial/common/menu menuLinks.jsp menuLogo.jsp menuSrc.jsp web/tiles-documentation/tutorial/de/common footer.jsp header.jsp web/tiles-documentation/tutorial/definitions definitionsConfig.jsp firstDefinitionPage.jsp simpleBody.jsp useDefinitionConfig.jsp web/tiles-documentation/tutorial/dynPortal Channels.jsp Errors.jsp index.jsp myPortalPrefTile.jsp myPortalPrefs.jsp testChannels.jsp web/tiles-documentation/tutorial/forward failureBody.jsp forwardBody.jsp successBody.jsp web/tiles-documentation/tutorial/fr/common footer.jsp header.jsp web/tiles-documentation/tutorial/images banner1b.gif banner_bottom.gif id_bkgnd.gif id_nav_bkgnd.gif id_nav_outside.gif input.gif input_gen_search.gif input_vrm_gen_get.gif struts-power.gif web/tiles-documentation/tutorial/invoice editAddress.jsp editAddress2.jsp editInvoice.jsp editInvoice2.jsp index.jsp web/tiles-documentation/tutorial/lang lang.jsp web/tiles-documentation/tutorial/layout classicLayout.jsp columnsLayout.jsp stylesheet.css vboxLayout.jsp web/tiles-documentation/tutorial/portal advert1.jsp advert2.jsp advert3.jsp login.jsp messages.jsp newsFeed.jsp personalLinks.jsp portalBody.jsp search.jsp stocks.jsp whatsNew.jsp web/tiles-documentation/tutorial/test header.jsp myLayout.jsp templateLayout.jsp Log: Initial check-in of the "tiles-documentation" webapp as an integrated part of Struts. Basically, all I did was copy the corresponding files from "contrib/tiles/documentation" to "web/tiles-documentation" (updating the references to the TLD to be "/WEB-INF/struts-tiles.tld"), and copied the sources from "contrib/tiles/src/tutorial" to "src/tiles-documentation". Most things seem to work, but I'm sure that there is stuff not complete yet. I'd appreciate some help from folks (Cedric in particular) more familiar with Tiles than I am to get the rest of this cleaned up. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>