You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/11/06 08:57:19 UTC

[struts] branch master updated (35a50ea83 -> 0fe27a673)

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.git


    from 35a50ea83 Merge pull request #630 from apache/WW-4514-url
     add ac168968a WW-5240 Uses doubleOn* attributes in the template This allows assign custom JS event handlers to the second select box
     new 0fe27a673 Merge pull request #631 from apache/WW-5240-doubleselect

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:
 .../resources/template/simple/doubleselect.ftl     |  85 ++++++--
 core/src/main/resources/template/simple/select.ftl |   6 +-
 .../struts2/views/jsp/ui/DoubleSelectTest.java     | 233 +++++++++++++++++----
 .../ui/{DoubleSelect-1.txt => DoubleSelect-6.txt}  |  24 +--
 4 files changed, 269 insertions(+), 79 deletions(-)
 copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{DoubleSelect-1.txt => DoubleSelect-6.txt} (57%)


[struts] 01/01: Merge pull request #631 from apache/WW-5240-doubleselect

Posted by lu...@apache.org.
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.git

commit 0fe27a673d858da18ed9cb536cbae3c1bef48fca
Merge: 35a50ea83 ac168968a
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Nov 6 09:57:14 2022 +0100

    Merge pull request #631 from apache/WW-5240-doubleselect
    
    [WW-5240] Uses doubleOn* attributes in the template

 .../resources/template/simple/doubleselect.ftl     |  85 ++++++--
 core/src/main/resources/template/simple/select.ftl |   6 +-
 .../struts2/views/jsp/ui/DoubleSelectTest.java     | 233 +++++++++++++++++----
 .../apache/struts2/views/jsp/ui/DoubleSelect-6.txt |  42 ++++
 4 files changed, 299 insertions(+), 67 deletions(-)