[struts-site] 01/01: Merge pull request #106 from kinow/fix-url-tag-page-syntax

2018-03-01 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 6a2af98defc2392c16cd478e2f286ab86377ebb4
Merge: b94550e 4e92587
Author: Lukasz Lenart 
AuthorDate: Fri Mar 2 06:53:24 2018 +0100

Merge pull request #106 from kinow/fix-url-tag-page-syntax

Fix url-tag syntax in order to display examples

 source/tag-developers/url-tag.md | 21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
lukaszlen...@apache.org.


[struts-site] branch master updated (b94550e -> 6a2af98)

2018-03-01 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


from b94550e  Merge pull request #105 from lukaszlenart/kickstart
 add 4e92587  Fix url-tag syntax in order to display examples
 new 6a2af98  Merge pull request #106 from kinow/fix-url-tag-page-syntax

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 source/tag-developers/url-tag.md | 21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
lukaszlen...@apache.org.


[struts-site] 01/01: Merge pull request #107 from kinow/fix-optiontransferselect-tag-syntax

2018-03-01 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 6d803d8906771df134da9917f9ad5d04e65d6b96
Merge: 6a2af98 c43cf5b
Author: Lukasz Lenart 
AuthorDate: Fri Mar 2 06:53:44 2018 +0100

Merge pull request #107 from kinow/fix-optiontransferselect-tag-syntax

Fix optiontransferselect tag syntax

 source/tag-developers/optiontransferselect-tag.md | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
lukaszlen...@apache.org.


[struts-site] branch master updated (6a2af98 -> 6d803d8)

2018-03-01 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


from 6a2af98  Merge pull request #106 from kinow/fix-url-tag-page-syntax
 add c43cf5b  Fix optiontransferselect tag syntax
 new 6d803d8  Merge pull request #107 from 
kinow/fix-optiontransferselect-tag-syntax

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 source/tag-developers/optiontransferselect-tag.md | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
lukaszlen...@apache.org.


[struts-site] branch asf-site updated: Updates production by Jenkins

2018-03-01 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new f3f48ab  Updates production by Jenkins
f3f48ab is described below

commit f3f48ab7df6b3ccbb01cb56aed02606019eefd8c
Author: jenkins 
AuthorDate: Fri Mar 2 06:00:56 2018 +

Updates production by Jenkins
---
 .../tag-developers/optiontransferselect-tag.html   | 67 ---
 content/tag-developers/url-tag.html| 98 ++
 2 files changed, 84 insertions(+), 81 deletions(-)

diff --git a/content/tag-developers/optiontransferselect-tag.html 
b/content/tag-developers/optiontransferselect-tag.html
index 2c6c9d0..bfb2ae4 100644
--- a/content/tag-developers/optiontransferselect-tag.html
+++ b/content/tag-developers/optiontransferselect-tag.html
@@ -159,17 +159,13 @@
  
  NOTE: The id and doubleId need not be supplied as they will generated provided
  that the optiontransferselect tag is being used in a form tag. The generated 
id
- and doubleId will be _ and
- _ respectively.
- 
-
-
-
-
-__Parameters__
-
+ and doubleId will be _ and
+ _ respectively.
+ 
 
+
 
+Parameters
 
 
 
@@ -2061,26 +2057,41 @@ __Parameters__
 
 
 
+Examples
+
+
+ 
+ 
+
+  
+  
+
+
+
+
 
-__Examples__
-
-
-
-
-
-```xml
-
- <-- minimum configuration -->
- 
-
-  <-- possible configuration -->
-  
 
   
 
diff --git a/content/tag-developers/url-tag.html 
b/content/tag-developers/url-tag.html
index e1aa5dc..a1977ee 100644
--- a/content/tag-developers/url-tag.html
+++ b/content/tag-developers/url-tag.html
@@ -152,59 +152,58 @@
 
  This tag is used to create a URL.
 
- You can use the  tag inside the body to provide
+ You can use the  tag inside the body to provide
  additional request parameters. If the value of a param is an Array or
  an Iterable all the values will be added to the URL.
 
- NOTE:
- By default request parameters will be separated using escaped ampersands 
(i.e., &).
+ NOTE:By default request parameters will be separated using escaped 
ampersands (i.e., &).
  This is necessary for XHTML compliance, however, when using the URL generated 
by this tag
- with the  tag, the escapeAmp attribute should be used to 
disable
- ampersand escaping.
+ with the  tag, the escapeAmp attribute should be 
used to disable
+ ampersand escaping.
 
- NOTE:
- When includeParams is 'all' or 'get', the parameter defined in a 
+ NOTE:When includeParams is 'all' or 'get', the parameter defined in 
a 
  tag will take precedence over any params included due to the includeParams 
attribute. For
  example, in Example 3 below, if there is a id parameter in the url where the 
page this
- tag is included like 
http://://editUser.action?id=&name=John
- the generated url will be 
http://://editUser.action?id=22&name=John
- because the parameter defined in the param tag will take precedence.
-
-
-
-
-__Setting a default value for includeParams__
-
-The property _struts.url.includeParams_  can be used to set the default value 
of the _includeParams_  attribute.
+ tag is included like 
http://://editUser.action?id=&name=John
+ the generated url will be 
http://://editUser.action?id=22&name=John
+ because the parameter defined in the param tag will take precedence.
+
 
-**Setting the default value of includeParams**
+Setting a default value for includeParams
 
+The property struts.url.includeParams  can be used to set the 
default value of the includeParams  attribute.
 
-```xml
+Setting the default value of includeParams
 
-
+
+
...
-   
+   
...
-
-
-```
+
 
-See _Constant Configuration_  for further information.
+
+
 
+See Constant Configuration  for further information.
 
-> 
+
 
->