Modified: tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForLoop.html URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForLoop.html?view=diff&rev=505642&r1=505641&r2=505642 ============================================================================== --- tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForLoop.html (original) +++ tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForLoop.html Fri Feb 9 22:42:51 2007 @@ -1,8 +1,8 @@ <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <p> -<t:comp type="Loop" source="1..3">abc</t:comp> +<t:comp id="loop1">abc</t:comp> </p> <p> -<span id="1"><t:comp type="Loop" source="array" value="value">${value}</t:comp></span> +<span id="1"><t:comp id="loop2">${value}</t:comp></span> </p> </html>
Added: tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForNonVolatileLoop.html URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForNonVolatileLoop.html?view=auto&rev=505642 ============================================================================== --- tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForNonVolatileLoop.html (added) +++ tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForNonVolatileLoop.html Fri Feb 9 22:42:51 2007 @@ -0,0 +1,7 @@ +<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> +<form t:id="form"> + <t:comp t:id="loop"> + <input t:id="name"/> + </t:comp> +</form> +</html> \ No newline at end of file Propchange: tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForNonVolatileLoop.html ------------------------------------------------------------------------------ svn:eol-style = native Added: tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForVolatileLoop.html URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForVolatileLoop.html?view=auto&rev=505642 ============================================================================== --- tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForVolatileLoop.html (added) +++ tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForVolatileLoop.html Fri Feb 9 22:42:51 2007 @@ -0,0 +1,7 @@ +<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> +<form t:id="form"> + <t:comp t:id="loop"> + <input t:id="name"/> + </t:comp> +</form> +</html> \ No newline at end of file Propchange: tapestry/tapestry5/tapestry-core/branches/kt-20070205-IDE-support/src/test/resources/org/apache/tapestry/integration/app2/pages/TestPageForVolatileLoop.html ------------------------------------------------------------------------------ svn:eol-style = native
