You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/09/27 08:23:38 UTC

svn commit: r579907 [3/3] - in /tapestry/tapestry5/trunk: quickstart/src/main/resources/archetype-resources/src/main/webapp/ quickstart/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/ tapestry-core/src/main/aspect/ tapestry-core/src/mai...

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/component_ids.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/component_ids.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/component_ids.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/component_ids.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,5 @@
+<t:border t:id="border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+  <t:Zebra t:id="zebra"/>
+  <t:Nebraska/>
+  <t:comp t:id="bomb"/>
+</t:border>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/component_with_mixins.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/component_with_mixins.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/component_with_mixins.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/component_with_mixins.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,3 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    <t:comp t:id="fred" t:mixins="Barney"/>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/content_within_body_element.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/content_within_body_element.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/content_within_body_element.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/content_within_body_element.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,7 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    <t:body>
+        Some text (starts on line 2)
+        <!-- A comment -->
+        <![CDATA[ CData text ]]>
+    </t:body>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/empty_string_mixins_is_null.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/empty_string_mixins_is_null.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/empty_string_mixins_is_null.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/empty_string_mixins_is_null.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,3 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    <span t:id="fred" t:mixins=""/>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_in_normal_text.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_in_normal_text.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_in_normal_text.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_in_normal_text.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,7 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+
+Expansion #1[${expansion1}]
+
+Expansion #2[${expansion2}]
+
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_must_be_on_one_line.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_must_be_on_one_line.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_must_be_on_one_line.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_must_be_on_one_line.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,9 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    
+${expansions
+must
+be
+on a single
+line}
+    
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_not_allowed_in_attributes.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_not_allowed_in_attributes.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_not_allowed_in_attributes.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_not_allowed_in_attributes.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,3 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" exp="${not-an-expansion}">
+
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_not_allowed_in_cdata.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_not_allowed_in_cdata.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_not_allowed_in_cdata.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/expansions_not_allowed_in_cdata.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,5 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    
+<![CDATA[${not-an-expansion}]]>
+    
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_frameset_doctype.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_frameset_doctype.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_frameset_doctype.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_frameset_doctype.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC
+	"-//W3C//DTD HTML 4.01 Frameset//EN"
+	"http://www.w3.org/TR/html4/frameset.dtd">
+
+<html>
+	<head>
+		<title>HTML 4 Frameset Test</title>
+	</head>
+	<body>
+		&lt;Test&gt;
+	</body>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_strict_doctype.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_strict_doctype.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_strict_doctype.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_strict_doctype.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC
+	"-//W3C//DTD HTML 4.01//EN"
+	"http://www.w3.org/TR/html4/strict.dtd">
+
+<html>
+	<head>
+		<title>HTML 4 Strict Test</title>
+	</head>
+	<body>
+		&lt;Test&gt;
+	</body>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_transitional_doctype.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_transitional_doctype.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_transitional_doctype.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html4_transitional_doctype.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML PUBLIC
+	"-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+
+<html>
+	<head>
+		<title>HTML 4 Transitional Test</title>
+	</head>
+	<body>
+		&lt;Test&gt;
+	</body>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html_entity.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html_entity.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html_entity.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/html_entity.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+    nbsp:[&nbsp;]
+</html>
\ No newline at end of file

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/illegal_nesting_within_body_element.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/illegal_nesting_within_body_element.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/illegal_nesting_within_body_element.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/illegal_nesting_within_body_element.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,3 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    <t:body><xyz/></t:body>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/instrumented_element.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/instrumented_element.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/instrumented_element.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/instrumented_element.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1 @@
+<html t:id="fred" t:type="Fred" param="value" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"/>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/justHTML.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/justHTML.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/justHTML.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/justHTML.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,12 @@
+<html>
+    <head>
+        <title>title</title>
+    </head>
+    <body>
+        <p class="important"> Tapestry rocks!
+            
+Line 2
+            
+        </p>
+    </body>
+</html>
\ No newline at end of file

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/mixin_requires_id_or_type.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/mixin_requires_id_or_type.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/mixin_requires_id_or_type.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/mixin_requires_id_or_type.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,3 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    <span t:mixins="Whatever" param="value" />    
+</html>
\ No newline at end of file

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/multilineComment.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/multilineComment.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/multilineComment.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/multilineComment.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,5 @@
+<html>
+    <!-- Line one
+         Line two
+         Line three -->
+</html>
\ No newline at end of file

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/multiple_expansions_on_one_line.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/multiple_expansions_on_one_line.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/multiple_expansions_on_one_line.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/multiple_expansions_on_one_line.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,3 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    <dd>${classLoader} [${classLoader.class.name}]</dd>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/name_attribute_of_parameter_element_blank.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/name_attribute_of_parameter_element_blank.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/name_attribute_of_parameter_element_blank.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/name_attribute_of_parameter_element_blank.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,7 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    
+    <t:comp id="foo">
+        <t:parameter name=""/>
+    </t:comp>
+    
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/name_attribute_of_parameter_element_omitted.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/name_attribute_of_parameter_element_omitted.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/name_attribute_of_parameter_element_omitted.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/name_attribute_of_parameter_element_omitted.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,7 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    
+    <t:comp id="foo">
+        <t:parameter/>
+    </t:comp>
+    
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/parameter_element.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/parameter_element.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/parameter_element.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/parameter_element.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,9 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    
+    <t:mycomp t:id="foo">
+        <t:parameter name="fred">
+            <!-- fred content -->
+        </t:parameter>
+    </t:mycomp>
+    
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/root_element_is_component.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/root_element_is_component.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/root_element_is_component.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/root_element_is_component.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1 @@
+<t:Fred t:id="fred" param="value" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"/>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/unexpected_attribute_in_block_element.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/unexpected_attribute_in_block_element.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/unexpected_attribute_in_block_element.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/unexpected_attribute_in_block_element.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,10 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    
+    <t:block name="block0">
+        <!-- block0 content -->
+    </t:block>
+    
+    <t:block>
+        <!-- anon block content -->
+    </t:block>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/unexpected_attribute_in_parameter_element.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/unexpected_attribute_in_parameter_element.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/unexpected_attribute_in_parameter_element.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/unexpected_attribute_in_parameter_element.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,7 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+    
+    <t:comp id="foo">
+    <t:parameter name="beverly" grok="clearly"/>
+    </t:comp>
+    
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_frameset_doctype.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_frameset_doctype.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_frameset_doctype.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_frameset_doctype.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,12 @@
+<!DOCTYPE html PUBLIC
+	"-//W3C//DTD XHTML 1.0 Frameset//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
+
+<html>
+	<head>
+		<title>XHTML 1.0 Frameset Test</title>
+	</head>
+	<body>
+		&lt;Test&gt;
+	</body>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_strict_doctype.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_strict_doctype.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_strict_doctype.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_strict_doctype.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,12 @@
+<!DOCTYPE html PUBLIC
+	"-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html>
+	<head>
+		<title>XHTML 1.0 Strict Test</title>
+	</head>
+	<body>
+		&lt;Test&gt;
+	</body>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_transitional_doctype.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_transitional_doctype.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_transitional_doctype.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xhtml1_transitional_doctype.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,12 @@
+<!DOCTYPE html PUBLIC
+	"-//W3C//DTD XHTML 1.0 Transitional//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html>
+	<head>
+		<title>XHTML 1.0 Transitional Test</title>
+	</head>
+	<body>
+		&lt;Test&gt;
+	</body>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xmlEntity.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xmlEntity.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xmlEntity.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/org/apache/tapestry/internal/services/xmlEntity.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,3 @@
+<html>
+lt:&lt; gt:&gt; amp:&amp;
+</html>
\ No newline at end of file

Added: tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/GameOver.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/GameOver.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/GameOver.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/GameOver.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,13 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+  <head>
+    <title>Game Over!</title>
+  </head>
+  <body>
+
+    <h1>Game Over</h1>
+
+    <p> You guessed the secret number in ${count} guesses!  </p>
+
+
+  </body>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/Guess.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/Guess.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/Guess.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/Guess.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,16 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+  <head>
+    <title>Guess A Number</title>
+  </head>
+  <body>
+
+  <p>Make a guess between one and ten:</p>
+  
+  <p>${message}</p>
+  
+    <t:loop source="1..10" value="guess">
+      <t:actionlink t:id="link" context="guess">${guess}</t:actionlink>
+    </t:loop>
+
+  </body>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/Start.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/Start.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/Start.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/Start.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,22 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+  <head>
+    <title>tutorial1 Start Page</title>
+  </head>
+  <body>
+
+    <h1>Hi/Lo Guess</h1>
+
+    <p>I'm thinking of a number between one and ten ... </p>
+
+    <p>
+      <t:actionlink>Start guessing</t:actionlink>
+    </p>
+
+    <h1>Address Book</h1>
+
+    <ul>
+      <li><t:pagelink page="address/create">Create new address</t:pagelink></li>
+    </ul>
+
+  </body>
+</html>

Added: tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/address/CreateAddress.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/address/CreateAddress.tml?rev=579907&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/address/CreateAddress.tml (added)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/main/webapp/address/CreateAddress.tml Wed Sep 26 23:23:25 2007
@@ -0,0 +1,18 @@
+<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
+  <head>
+    <title>Create New Address</title>
+  </head>
+  <body>
+
+    <style>
+      DIV.t-beaneditor LABEL { 
+        width: 200px;
+      }
+    </style>
+
+    <h1>Create New Address</h1>
+
+    <t:beaneditform submitlabel="message:submit-label" object="address"/>
+
+  </body>
+</html>

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/env.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/env.apt?rev=579907&r1=579906&r2=579907&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/env.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/env.apt Wed Sep 26 23:23:25 2007
@@ -12,17 +12,11 @@
 
   Tapestry 5 makes use of features of JDK 1.5.  This includes Java Annotations, and a little bit of Java Generics.
   
-* Eclipse 3.2
+* Eclipse 3.3
 
   Since we're emphasizing a free and open source stack, we'll concentrate on the best <free> IDE.
   
-* XMLBuddy
-
-  A free (even if closed source) and reasonably powerful XML editor that will be useful for editing Tapestry component templates.
-    
-  XMLBuddy is a product of Bocaloco Software ({{{http://xmlbuddy.com/}http://xmlbuddy.com/}}) and comes in both free and commercial editions.  Installation directions are available on the site.
-  
-  XMLBuddy is just a suggestion, you are free to use whatever XML editor suits your needs, or a plain text editor if your are comfortable with that.
+  Eclipse 3.3 comes in various flavors, and includes a reasonable XML editor built-in.
   
 * Jetty 5.1
 
@@ -42,24 +36,22 @@
   
   <<Caution: JettyLauncher is only compatible with Jetty 4 and Jetty 5. It does not work with Jetty 6.>>
   
-* Maven 2.0.5
+* Maven 2.0.7
 
   Maven is a software build tool of rather epic ambitions. It has a very sophisticated plugin system that allows it to do virtually anything, though compiling Java code, building WAR and JAR files, and creating reports and web sites are its forte.
   
   Perhaps the biggest advantage of Maven over, say, Ant, is that it can download project dependencies (such as the Tapestry JAR files, and the JAR files Tapestry itself depends on) automatically for you, from one of several central repositories.
   
-  We'll be using Maven to set up our Tapestry applications.  Maven 2.0.5 is available from {{{http://maven.apache.org/download.html}http://maven.apache.org/download.html}}.
-  
-  I've had some issues with 2.0.6, so stick with 2.0.5 for the meantime.
+  We'll be using Maven to set up our Tapestry applications.  Maven 2.0.7 is available from {{{http://maven.apache.org/download.html}http://maven.apache.org/download.html}}.
   
 * Maven Plugin
 
   The Maven Plugin for Eclipse integrates Maven and Eclipse. It includes some features for editing the pom.xml (the Maven project description file which identifies, among many other things, what JAR files are needed by the project). 
   More importantly, a Maven-enabled project automatically stays synchronized with the POM, automatically linking Eclipse project classpath to files from the local Maven repository.
   
-  The plugin is available by pointing the Eclipse update manager at {{{http://m2eclipse.codehaus.org/update/}http://m2eclipse.codehaus.org/update/}}.  Make sure to use version 0.0.9 (newer versions have had stability issues).
+  The plugin is available by pointing the Eclipse update manager at {{{http://m2eclipse.codehaus.org/update/}http://m2eclipse.codehaus.org/update/}}.  Make sure to use version 0.0.10.
   
-* Tapestry 5.0.5
+* Tapestry 5.0.x
 
   You should not have to download this directly; as we'll see, Maven should take care of downloading Tapestry, and its dependencies, as needed.
   

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/first.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/first.apt?rev=579907&r1=579906&r2=579907&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/first.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/first.apt Wed Sep 26 23:23:25 2007
@@ -135,7 +135,7 @@
   templates.  At runtime, when Tapestry reads the template, it does not use a validating parser.> For the most part, the template looks like
   ordinary XHTML:
   
-  <<src/main/webapp/WEB-INF/Start.html>>
+  <<src/main/webapp/Start.tml:>>
   
 ----
 <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/forms.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/forms.apt?rev=579907&r1=579906&r2=579907&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/forms.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/forms.apt Wed Sep 26 23:23:25 2007
@@ -162,9 +162,9 @@
   We'll create a sub-folder, address, to hold them.  Let's get started on the first of these pages, "address/Create"  (that's the real name, including
   the slash --- we'll see in a minute how that maps to classes and templates).
   
-  First, we'll update the Start.html template, to create a link for creating a new page:
+  First, we'll update the Start.tml template, to create a link for creating a new page:
   
-  <<src/main/webapp/WEB-INF/Start.html:>>
+  <<src/main/webapp/Start.tml:>>
 
 ----
     <h1>Address Book</h1>
@@ -176,7 +176,7 @@
 
    Now we need the page, let's start with an empty shell, just to test our navigation.
   
-  <<src/main/webapp/WEB-INF/address/CreateAddress.html:>>
+  <<src/main/webapp/address/CreateAddress.tml:>>
   
 ---
 <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
@@ -212,10 +212,10 @@
    
    Eventually, your application will probably have more entities:  perhaps you'll have a "user/Create" page and a "payment/Create" page and an "account/Create" page.
    Now, you <could> have a bunch of different classes named <<<Create>>> spread across a number of different packages.  That's legal Java, but it isn't ideal.  You may find yourself
-   accidentally editting the Java code for creating an Account when your really want to be editting the code for creating a Payment.
+   accidentally editing the Java code for creating an Account when your really want to be editting the code for creating a Payment.
    
    Tapestry is encouraging you to use a more descriptive name: <<<Create>>><Address> not just <<<Create>>>, but it isn't making you pay the cost (in terms of longer,
-   uglier URLs).  The URL will still be http://localhost:8080/tutorial1/address/create.
+   uglier URLs).  The URL to access the page will still be http://localhost:8080/tutorial1/address/create.
    
 * Using the BeanEditForm component
 

Modified: tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/hilo.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/hilo.apt?rev=579907&r1=579906&r2=579907&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/hilo.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-tutorial1/src/site/apt/hilo.apt Wed Sep 26 23:23:25 2007
@@ -20,7 +20,7 @@
   
   Let's get to work on the Start page and template.
   
-  <<src/main/webapp/WEB-INF/Start.html>>
+  <<src/main/webapp/Start.tml:>>
   
 ----
 <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
@@ -55,7 +55,7 @@
   First, the Guess page.  Just to get started, we'll create a Guess page without much guessing: it'll just show us the 
   target number, the number we're supposed to be guessing.
   
-  <<src/main/webapp/WEB-INF/Guess.html>>
+  <<src/main/webapp/Guess.tml:>>
   
 ----
 <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
@@ -268,7 +268,7 @@
   Let's start with those links.  We're going to use a new component, Loop, to loop
   over a set of values:
   
-  <<src/main/webapp/WEB-INF/Guess.html:>>
+  <<src/main/webapp/Guess.tml:>>
   
 ---
 <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
@@ -362,7 +362,7 @@
   
   We do need a basic GameOver page.
   
-  <<src/main/webapp/WEB-INF/GameOver.html:>>
+  <<src/main/webapp/GameOver.tml:>>
 
 ---
 <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
@@ -471,7 +471,7 @@
 }
 ---
   
-  <<src/main/webapp/WEB-INF/GameOver.html:>>
+  <<src/main/webapp/GameOver.tml:>>
   
 ---
 <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">