You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "li (JIRA)" <ji...@apache.org> on 2009/01/05 02:46:37 UTC

[jira] Issue Comment Edited: (WW-2747) Struts 2.0.11.2 : In doubleselect tag doubleonchange , doubleonclick not working. We can not call a javascript funtion through doubleonchange or doubleonclick

    [ https://issues.apache.org/struts/browse/WW-2747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45393#action_45393 ] 

huamengxing edited comment on WW-2747 at 1/4/09 5:46 PM:
------------------------------------------------

in new Version 2.1.4 it still doesnt work  ,<s:doubleselect listKey="id" name="progresstop" listValue="name" list="userProgressTop"
					doubleName="progresschild" doubleList="userProgressChild.get(top.id)" 
					doubleListKey="id" label="desc" doubleListValue="name" doubleOnchange="ok()" onchange="ok()"
					formName="aaa"></s:doubleselect>

but it cant generate any script event in  at browser

      was (Author: huamengxing):
    in new Version 2.1.4 it still doesnt work
  
> Struts 2.0.11.2 : In doubleselect tag doubleonchange , doubleonclick not working. We can not call a javascript funtion through doubleonchange or doubleonclick
> --------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WW-2747
>                 URL: https://issues.apache.org/struts/browse/WW-2747
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.1.4
>         Environment: I have checked in on windows XP with mozilla and IE.
>            Reporter: saqibshehzad
>             Fix For: 2.1.3
>
>
> I am creating two lists for double select tag.  When I try to call a javascript function through  doubleonchange or doubleonclick both are not working

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