Author: plightbo Date: Wed Jun 28 23:44:20 2006 New Revision: 417951 URL: http://svn.apache.org/viewvc?rev=417951&view=rev Log: @ww.xxx -> @saf.xxx
Modified: struts/action2/trunk/apps/showcase/src/main/webapp/person/newPerson.ftl Modified: struts/action2/trunk/apps/showcase/src/main/webapp/person/newPerson.ftl URL: http://svn.apache.org/viewvc/struts/action2/trunk/apps/showcase/src/main/webapp/person/newPerson.ftl?rev=417951&r1=417950&r2=417951&view=diff ============================================================================== --- struts/action2/trunk/apps/showcase/src/main/webapp/person/newPerson.ftl (original) +++ struts/action2/trunk/apps/showcase/src/main/webapp/person/newPerson.ftl Wed Jun 28 23:44:20 2006 @@ -4,11 +4,11 @@ </head> <body> -<@ww.form action="newPerson"> - <@ww.textfield label="First Name" name="person.name"/> - <@ww.textfield label="Last Name" name="person.lastName"/> - <@ww.submit value="Create person"/> -</@ww.form> +<@saf.form action="newPerson"> + <@saf.textfield label="First Name" name="person.name"/> + <@saf.textfield label="Last Name" name="person.lastName"/> + <@saf.submit value="Create person"/> +</@saf.form> <ul> <li><a href="editPerson.action">Edit people</a></li>