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 2020/12/08 14:37:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17245920#comment-17245920 ] 

Lukasz Lenart commented on WW-5107:
-----------------------------------

The JQuery Plugin isn't supported by the Apache Team - some of the members support the project but this isn't the proper place to request support, please register the issue here https://github.com/struts-community-plugins/struts2-jquery

> 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
>
> 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)