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/07/11 08:27:12 UTC

[struts] 01/01: Merge pull request #577 from apache/WW-5192-radio

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 42e3da550f92e391c20063debeeec943c1e6c5a5
Merge: f3cb89202 b77c2f476
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Jul 11 10:27:06 2022 +0200

    Merge pull request #577 from apache/WW-5192-radio
    
    [WW-5192] Fixes broken radio tag when using with enums

 apps/showcase/pom.xml                              |   6 +
 .../java/org/apache/struts2/components/Radio.java  |   4 +
 .../test/java/org/apache/struts2/TestAction.java   |  77 +++--
 .../apache/struts2/views/jsp/AbstractTagTest.java  |  68 +++--
 .../org/apache/struts2/views/jsp/ui/RadioTest.java | 311 ++++++++++++++-------
 .../org/apache/struts2/views/jsp/ui/Radio-10.txt   |   4 +
 .../org/apache/struts2/views/jsp/ui/Radio-9.txt    |   4 +
 7 files changed, 312 insertions(+), 162 deletions(-)