You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2007/05/25 20:42:43 UTC

[jira] Created: (WW-1945) add a method(javascript) to set the selected value to the autocompleter

add a  method(javascript) to set the selected value to the autocompleter
------------------------------------------------------------------------

                 Key: WW-1945
                 URL: https://issues.apache.org/struts/browse/WW-1945
             Project: Struts 2
          Issue Type: Improvement
            Reporter: Musachy Barroso
         Assigned To: Musachy Barroso
             Fix For: 2.1.0




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


[jira] Resolved: (WW-1945) add a method(javascript) to set the selected value to the autocompleter

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-1945.
---------------------------------

    Resolution: Fixed

> add a  method(javascript) to set the selected value to the autocompleter
> ------------------------------------------------------------------------
>
>                 Key: WW-1945
>                 URL: https://issues.apache.org/struts/browse/WW-1945
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: Musachy Barroso
>            Assignee: Musachy Barroso
>            Priority: Trivial
>             Fix For: 2.1.0
>
>


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


[jira] Commented: (WW-1945) add a method(javascript) to set the selected value to the autocompleter

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41114 ] 

Musachy Barroso commented on WW-1945:
-------------------------------------

function initComboxWithDefaultValue(widgetCombox, mykey)
{
myData = widgetCombox.dataProvider.data;
for (myElem in myData){
   myObj = myData[myElem];
   for (tmp in myObj){
      if (tmp==1) {
         if (myObj[tmp].toString() == mykey) {
            widgetCombox.setValue(myObj[0].toString());
            widgetCombox.comboBoxSelectionValue.value = myObj[1].toString();
         }
     }
 }}}

> add a  method(javascript) to set the selected value to the autocompleter
> ------------------------------------------------------------------------
>
>                 Key: WW-1945
>                 URL: https://issues.apache.org/struts/browse/WW-1945
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: Musachy Barroso
>         Assigned To: Musachy Barroso
>            Priority: Trivial
>             Fix For: 2.1.0
>
>


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


[jira] Updated: (WW-1945) add a method(javascript) to set the selected value to the autocompleter

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso updated WW-1945:
--------------------------------

    Priority: Trivial  (was: Major)

> add a  method(javascript) to set the selected value to the autocompleter
> ------------------------------------------------------------------------
>
>                 Key: WW-1945
>                 URL: https://issues.apache.org/struts/browse/WW-1945
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: Musachy Barroso
>         Assigned To: Musachy Barroso
>            Priority: Trivial
>             Fix For: 2.1.0
>
>


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