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 2023/05/16 18:18:24 UTC

[struts] 01/01: Merge pull request #678 from apache/WW-5302-unevaluated-id

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 1eedfe329b0e8d4157a1fcdcbffe7f1a9ab5b248
Merge: 92705b92c f9f05dc97
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue May 16 20:18:17 2023 +0200

    Merge pull request #678 from apache/WW-5302-unevaluated-id
    
    [WW-5302] Evaluates the name attribute before assigning it to the id attribute

 .../org/apache/struts2/components/FormButton.java  | 18 ++++-----
 core/src/main/resources/template/simple/submit.ftl |  2 +-
 .../java/com/opensymphony/xwork2/TestBean.java     | 21 +++++-----
 .../apache/struts2/components/FormButtonTest.java  | 47 +++++++++++++++++++---
 .../apache/struts2/views/jsp/ui/SubmitTest.java    | 39 +++++++++++++++++-
 .../org/apache/struts2/views/jsp/ui/Submit-13.txt  |  1 +
 .../org/apache/struts2/views/jsp/ui/Submit-14.txt  |  1 +
 7 files changed, 100 insertions(+), 29 deletions(-)