DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12159>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12159 Link to tutorial incorrect Summary: Link to tutorial incorrect Product: Struts Version: 0.5 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Tiles framework AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I try to run the tiles tutorial included with Struts 1.1b2 but the page is empty. So I looked at the tutorial.jsp: <tiles:insert definition="doc.mainLayout" flush="true"> <tiles:put name="body" value="/doc/tutorialBody.html" /> </tiles:insert> The tutorialBody.html does not exist in the tiles-documentation WAR file. I checked the nightly build and it's the same way. I think the correct like should be /tutorial/index.jsp. Michael -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>