Author: hlship
Date: Mon Jan 29 11:34:14 2007
New Revision: 501153
URL: http://svn.apache.org/viewvc?view=rev&rev=501153
Log:
Correct link from index.html to the start page.
Modified:
tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/Start.html
tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/src/main/webapp/index.html
Modified:
tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/Start.html
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/Start.html?view=diff&rev=501153&r1=501152&r2=501153
==============================================================================
---
tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/Start.html
(original)
+++
tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/Start.html
Mon Jan 29 11:34:14 2007
@@ -10,5 +10,9 @@
<p> The current time is: ${currentTime}. </p>
+
+ <p>
+ [<a t:type="PageLink" page="Start">refresh</a>]
+ </p>
</body>
</html>
Modified:
tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/src/main/webapp/index.html
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/src/main/webapp/index.html?view=diff&rev=501153&r1=501152&r2=501153
==============================================================================
---
tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/src/main/webapp/index.html
(original)
+++
tapestry/tapestry5/tapestry-simple/trunk/src/main/resources/archetype-resources/src/main/webapp/index.html
Mon Jan 29 11:34:14 2007
@@ -19,7 +19,7 @@
</p>
<ul>
- <li>View the <a href="Start.html">Start</a> page</li>
+ <li>View the <a href="start">Start</a> page</li>
<li>Edit src/main/resources/log4j.properties</li>
</ul>
</body>