You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "nikos dimitrakas (Jira)" <ji...@apache.org> on 2020/12/08 13:53:00 UTC

[jira] [Created] (WW-5107) JQuery plugin does not handle dynamic component ids correctly

nikos dimitrakas created WW-5107:
------------------------------------

             Summary: JQuery plugin does not handle dynamic component ids correctly
                 Key: WW-5107
                 URL: https://issues.apache.org/jira/browse/WW-5107
             Project: Struts 2
          Issue Type: Bug
          Components: Core Tags
    Affects Versions: 2.5.26
            Reporter: nikos dimitrakas


Starting with 2.5.26 (works fine in 2.5.25) javascript generated by sj:submit does not handle the dynamic form id correctly. All the html-parts replace correctly expressions like %\{courseID}, but the corresponding expression in the submit button's generated javascript shows %\{courseID} instead of the value. The generated javascript in 2.5.25 was 

options_submit_460127194.formids = "addexam_1234";

But in 2.5.26 it is:

options_submit_460127194.formids = "addexam_%\{courseID}";

 

The containing s:form has id="addexam_%\{courseID}"

 

Interestingly,the corresponding generated code by an sj:a handles the dynamic id correctly. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)