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 Racon (JIRA)" <ji...@apache.org> on 2007/05/31 01:40:39 UTC

[jira] Updated: (WW-1618) ww:doubleselect javascript uses name instead of id, resulting in array names that don't work

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

Lukasz Racon updated WW-1618:
-----------------------------

                Flags: [Patch]
    Affects Version/s: 2.0.8

This issue has not been fully resolved, parameters.doubleName is still used to refer to the form element, it should have been parameters.doubleId:

doubleselect.ftl
-    var ${parameters.id}Temp = document.${parameters.formName}.${parameters.doubleName};
+    var ${parameters.id}Temp = document.${parameters.formName}.${parameters.doubleId};

> ww:doubleselect javascript uses name instead of id, resulting in array names that don't work
> --------------------------------------------------------------------------------------------
>
>                 Key: WW-1618
>                 URL: https://issues.apache.org/struts/browse/WW-1618
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.8
>            Reporter: Philip Luppens
>            Assignee: Don Brown
>             Fix For: 2.0.5
>
>
> ww:doubleselect javascript uses name instead of id, resulting in array names that don't work
> See: http://jira.opensymphony.com/browse/WW-1361

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.