You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by am...@apache.org on 2018/03/23 19:51:44 UTC

[struts] branch master updated (3005f43 -> 3fd3196)

This is an automated email from the ASF dual-hosted git repository.

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


    from 3005f43  Merge pull request #217 from aleksandr-m/feature/WW-4928
     add 502c897  Added requiredValue to Checkbox Struts Tag as a parameter.  When requiredValue set to "false", unchecked checkbox elements will not be submitted with the form (i.e. no hidden input html elements will be created for the checkbox)
     add 78ef9b2  Change Checkbox tag parameter from requiredValue to submitUnchecked
     add 35480e6  Change Checkbox tag parameter submitUnchecked default value to "false" Add tests for both true and false values of submitUnchecked
     add 502c57d  Fix broken tests due to checkbox submitUnchecked default value change
     new 3fd3196  Merge pull request #169 from burtonrhodes/checkbox_requiredValue

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:
 .../org/apache/struts2/components/Checkbox.java    | 10 +++++
 .../apache/struts2/views/jsp/ui/CheckboxTag.java   |  6 +++
 .../main/resources/template/simple/checkbox.ftl    |  7 +++-
 core/src/site/resources/tags/checkbox.html         |  8 ++++
 .../apache/struts2/views/jsp/ui/CheckboxTest.java  | 44 ++++++++++++++++++++++
 .../org/apache/struts2/views/jsp/ui/Checkbox-1.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-2.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-3.txt |  1 -
 .../apache/struts2/views/jsp/ui/Checkbox-33.txt    |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-4.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-5.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-6.txt |  1 -
 .../jsp/ui/{Checkbox-6.txt => Checkbox-7.txt}      |  3 +-
 .../jsp/ui/{Checkbox-6.txt => Checkbox-8.txt}      |  8 ++--
 14 files changed, 78 insertions(+), 15 deletions(-)
 copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{Checkbox-6.txt => Checkbox-7.txt} (58%)
 copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{Checkbox-6.txt => Checkbox-8.txt} (72%)

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

[struts] 01/01: Merge pull request #169 from burtonrhodes/checkbox_requiredValue

Posted by am...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3fd3196167301fd31ffc1c5dcf7111f394291f7f
Merge: 3005f43 502c57d
Author: Aleksandr Mashchenko <al...@users.noreply.github.com>
AuthorDate: Fri Mar 23 21:51:41 2018 +0200

    Merge pull request #169 from burtonrhodes/checkbox_requiredValue
    
    WW-4865: Add "requiredValue" parameter to Checkbox Struts Tag

 .../org/apache/struts2/components/Checkbox.java    | 10 +++++
 .../apache/struts2/views/jsp/ui/CheckboxTag.java   |  6 +++
 .../main/resources/template/simple/checkbox.ftl    |  7 +++-
 core/src/site/resources/tags/checkbox.html         |  8 ++++
 .../apache/struts2/views/jsp/ui/CheckboxTest.java  | 44 ++++++++++++++++++++++
 .../org/apache/struts2/views/jsp/ui/Checkbox-1.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-2.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-3.txt |  1 -
 .../apache/struts2/views/jsp/ui/Checkbox-33.txt    |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-4.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-5.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-6.txt |  1 -
 .../jsp/ui/{Checkbox-6.txt => Checkbox-7.txt}      |  3 +-
 .../jsp/ui/{Checkbox-6.txt => Checkbox-8.txt}      |  8 ++--
 14 files changed, 78 insertions(+), 15 deletions(-)


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