Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by DanielJue: http://wiki.apache.org/tapestry/Tapestry5Caveats The comment on the change is: Added notes and intentions ------------------------------------------------------------------------------ A documented feature intended to make things nice for users. For example: - A page named "Report" under a directory named "Report" will not resolve. + A page named "Report" under a directory named "Report" will not resolve. (Fixed in 5.0.7+) A page named "StatusReport" under a directory named "Report" will resolve to "Status" (i.e. report/status in the url) @@ -63, +63 @@ ==== Cause & Solution ==== For now, just pay attention to how you want your site laid out. If you get a Tapestry error telling you it can't find the page or component you specified, it may be because the URL is being shortened. + + Per HLS: + "When a package name is replicated as a prefix or suffix of the + unqualified class name, it is stripped out (unless that would reduce + the name to the empty string)." == Case sensitivity for @OnEvent and similar annotations == @@ -98, +103 @@ Tapestry XML DTD's and their keys are case sensitive + This is in accordance with XML rules. == Injected Asset Case Sensitivity == @@ -112, +118 @@ Names of properties inside the *.properties files are not case sensitive - + This is intended. == Tomcat OutOfMemoryError == For now I've only encountered this in Tomcat 5.5 under Windows, and it really has nothing to do with Tapestry 5. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
