Repository: struts-site
Updated Branches:
  refs/heads/master 31357d7f6 -> 5a7ec7cde


Drops citation


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/5a7ec7cd
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/5a7ec7cd
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/5a7ec7cd

Branch: refs/heads/master
Commit: 5a7ec7cdedab490b29df63ab8de384bb53e82f69
Parents: 31357d7
Author: Lukasz Lenart <lukaszlen...@apache.org>
Authored: Sun Jul 30 12:17:17 2017 +0200
Committer: Lukasz Lenart <lukaszlen...@apache.org>
Committed: Sun Jul 30 12:17:17 2017 +0200

----------------------------------------------------------------------
 source/getting-started/processing-forms.md | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/5a7ec7cd/source/getting-started/processing-forms.md
----------------------------------------------------------------------
diff --git a/source/getting-started/processing-forms.md 
b/source/getting-started/processing-forms.md
index 267b517..0f6a7ba 100644
--- a/source/getting-started/processing-forms.md
+++ b/source/getting-started/processing-forms.md
@@ -6,8 +6,6 @@ title: Processing forms
 
 This tutorial assumes you've completed the [Coding Struts 2 
Actions](coding-actions.html) tutorial and have a working coding-actions 
project. The example code for this tutorial, form-processing, is available for 
checkout from the Struts 2 GitHub subversion repository: 
[https://github.com/apache/struts-examples](https://github.com/apache/struts-examples).
 
-> 
-
 ### Introduction
 
 In this tutorial we'll explore using Struts 2 to do more involved processing 
of a form submission. We'll cover how to use a Java model class to store the 
form input and how to create the Struts 2 form to match up with that model 
class.

Reply via email to