You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by sd...@apache.org on 2017/05/01 07:23:36 UTC

[8/8] struts-examples git commit: removed extra space

removed extra space


Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/04d6d838
Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/04d6d838
Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/04d6d838

Branch: refs/heads/master
Commit: 04d6d8388eae5e858d7962bfd35a2baa7152a5b4
Parents: b5c99b5
Author: Stefaan Dutry <st...@gmail.com>
Authored: Mon May 1 09:12:35 2017 +0200
Committer: Stefaan Dutry <st...@gmail.com>
Committed: Mon May 1 09:12:35 2017 +0200

----------------------------------------------------------------------
 form-processing/src/main/webapp/register.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-examples/blob/04d6d838/form-processing/src/main/webapp/register.jsp
----------------------------------------------------------------------
diff --git a/form-processing/src/main/webapp/register.jsp b/form-processing/src/main/webapp/register.jsp
index dd4758e..e6e697f 100644
--- a/form-processing/src/main/webapp/register.jsp
+++ b/form-processing/src/main/webapp/register.jsp
@@ -11,7 +11,7 @@
 
     <s:form action="register">
       <s:textfield name="personBean.firstName" label="First name" />
-      <s:textfield  name="personBean.lastName" label="Last name" />
+      <s:textfield name="personBean.lastName" label="Last name" />
       <s:textfield name="personBean.email"  label ="Email"/>  
       <s:textfield name="personBean.age"  label="Age"  />
       <s:submit/>