Author: husted
Date: Fri Sep 1 14:55:57 2006
New Revision: 439491
URL: http://svn.apache.org/viewvc?rev=439491&view=rev
Log:
WW-1350 Update prefixes.
Modified:
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/ftl/helloWorld.ftl
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/ftl/index.ftl
Modified:
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/ftl/helloWorld.ftl
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/ftl/helloWorld.ftl?rev=439491&r1=439490&r2=439491&view=diff
==============================================================================
---
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/ftl/helloWorld.ftl
(original)
+++
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/ftl/helloWorld.ftl
Fri Sep 1 14:55:57 2006
@@ -6,7 +6,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Hello World</title>
- <@saf.head />
+ <@s.head />
</head>
<body>
Hello ${name}.
Modified:
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/ftl/index.ftl
URL:
http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/ftl/index.ftl?rev=439491&r1=439490&r2=439491&view=diff
==============================================================================
---
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/ftl/index.ftl
(original)
+++
struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/webapp/ftl/index.ftl
Fri Sep 1 14:55:57 2006
@@ -5,13 +5,13 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Index</title>
- <@saf.head />
+ <@s.head />
</head>
<body>
- <@saf.form action="helloWorld">
- <@saf.textfield label="What is your name?" name="name" />
- <@saf.submit />
- </@saf.form>
+ <@s.form action="helloWorld">
+ <@s.textfield label="What is your name?" name="name" />
+ <@s.submit />
+ </@f.form>
</body>
</html>