You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Nils-Helge Garli (JIRA)" <ji...@apache.org> on 2009/04/25 08:09:33 UTC

[jira] Resolved: (WW-2863) onchange handler doesn't fire on doubleselect tag

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

Nils-Helge Garli resolved WW-2863.
----------------------------------

    Resolution: Fixed

I've committed a fix as suggested.

> onchange handler doesn't fire on doubleselect tag
> -------------------------------------------------
>
>                 Key: WW-2863
>                 URL: https://issues.apache.org/struts/browse/WW-2863
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Actions
>    Affects Versions: 2.1.6
>            Reporter: Amy Nordberg
>            Assignee: Nils-Helge Garli
>             Fix For: 2.1.7
>
>
> doubleselect tag documentation (at http://struts.apache.org/2.0.11.2/docs/doubleselect.html) says onchange is supported.  But it doesn't fire (see below).
> 			<s:doubleselect formName="theForm" required="true" requiredposition="left"
> 				key="facilityInstanceName"                doubleName="instanceName"
> 				list="facilityInstances"	                      doubleList="instances"
> 				listKey="facilityInstanceName" 	doubleListKey="instanceName" 
> 				listValue="facilityInstanceName"	doubleListValue="instanceName"
> 				value="defaultFacility"		doubleValue="defaultInstance" 
>                                                                                       onchange="setFormButtons();/>
> See also the comments at http://thefiles.macadamian.com/2008/04/struts-2-doubleselect-detailed-example.html.

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