You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (Jira)" <ji...@apache.org> on 2021/12/12 16:37:00 UTC

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

     [ https://issues.apache.org/jira/browse/WW-5107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart resolved WW-5107.
-------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>              Labels: javascript, jquery, sj:submit
>             Fix For: 2.6
>
>
> 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.20.1#820001)