Author: hlship
Date: Mon Dec 29 16:49:34 2008
New Revision: 730022
URL: http://svn.apache.org/viewvc?rev=730022&view=rev
Log:
TAP5-405: Documentation should reference Index instead of Start page
Modified:
tapestry/tapestry5/trunk/src/site/apt/guide/conf.apt
tapestry/tapestry5/trunk/src/site/apt/guide/layout.apt
tapestry/tapestry5/trunk/src/site/apt/guide/project-layout.apt
tapestry/tapestry5/trunk/src/site/apt/guide/validation.apt
tapestry/tapestry5/trunk/src/site/resources/images/projectlayout.png
Modified: tapestry/tapestry5/trunk/src/site/apt/guide/conf.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/guide/conf.apt?rev=730022&r1=730021&r2=730022&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/guide/conf.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/guide/conf.apt Mon Dec 29 16:49:34
2008
@@ -57,7 +57,7 @@
Actual files inside the web application take precedence over Tapestry pages,
in situation where there
would be a naming conflict.
- Tapestry recognizes the <root URL>, where the servlet path is simply "/",
and renders the application page "Start",
+ Tapestry recognizes the <root URL>, where the servlet path is simply "/",
and renders the application page "Index",
if it exists.
* Tapestry IoC Configuration
Modified: tapestry/tapestry5/trunk/src/site/apt/guide/layout.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/guide/layout.apt?rev=730022&r1=730021&r2=730022&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/guide/layout.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/guide/layout.apt Mon Dec 29 16:49:34
2008
@@ -72,7 +72,7 @@
\<link\> element to the template.
-* Start.tml
+* Index.tml
----
<html t:type="layout"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
@@ -85,7 +85,7 @@
</html>
----
- This is an example of using the Layout component. To keep our Start.tml
template
+ This is an example of using the Layout component. To keep our Index.tml
template
relatively previewable, we are using an \<html\> element and the t:type
attribute to specify that it is a component.
Modified: tapestry/tapestry5/trunk/src/site/apt/guide/project-layout.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/guide/project-layout.apt?rev=730022&r1=730021&r2=730022&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/guide/project-layout.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/guide/project-layout.apt Mon Dec 29
16:49:34 2008
@@ -23,7 +23,7 @@
Main Java source files, the files that will be compiled into the WAR file,
are
in <<<src/main/java>>>. This is <only> Java source files. You can see
- the <<<Start.java>>> source file inside the <<<pages>>> subpackage, and
+ the <<<Index.java>>> source file inside the <<<pages>>> subpackage, and
the <<<Layout.java>>> source file inside the <<<components>>> subpackage.
The package names
demonstrated here are required, dictated by the
rules for {{{component-classes.html}component classes}}.
@@ -34,7 +34,7 @@
* Classpath Resources
Resource files are under <<<src/main/resources>>>. This includes the
- {{{localization.html}message catalog}} for the Start page
(<<<Start.properties>>>),
+ {{{localization.html}message catalog}} for the Index page
(<<<Index.properties>>>),
as well as the message catalog and
{{{templates.html}component template}} for the Layout component
(<<<Layout.tml>>>). These files will
also be packaged into the <<<WEB-INF/classes>>> folder of the WAR.
@@ -44,7 +44,7 @@
* Context Resources
The WAR is built primarily from the <<<src/main/webapp>>> folder; this is
where ordinary files are stored
- (such as images and stylesheets). Page templates may also be stored here
(<<<Start.tml>>>). The file <<<src/main/webapp/WEB-INF/web.xml>>>
+ (such as images and stylesheets). Page templates may also be stored here
(<<<Index.tml>>>). The file <<<src/main/webapp/WEB-INF/web.xml>>>
is the servlet container deployment descriptor, which has a very specific
{{{conf.html}configuration}} for Tapestry.
Modified: tapestry/tapestry5/trunk/src/site/apt/guide/validation.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/apt/guide/validation.apt?rev=730022&r1=730021&r2=730022&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/src/site/apt/guide/validation.apt (original)
+++ tapestry/tapestry5/trunk/src/site/apt/guide/validation.apt Mon Dec 29
16:49:34 2008
@@ -44,7 +44,7 @@
from Tapestry 4. Instead, a hidden field generated during the render stores
the information needed to process the form submission.
- After the fields have done their processing, the Form emits a "validate"
event.
+ After the fields have done their processing, the Form emits a "validateForm"
event.
This is a chance to perform cross-form validation that can't be described
declaratively.
Next, the Form determines if there have been any validation errors. If
there have been,
Modified: tapestry/tapestry5/trunk/src/site/resources/images/projectlayout.png
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/src/site/resources/images/projectlayout.png?rev=730022&r1=730021&r2=730022&view=diff
==============================================================================
Binary files - no diff available.