I inspected the script under firebug and discovered that a 'typeError'
was caught. The code still works in hosted mode anyway. I have
attached the section of the code responsible.
11801 try {
11802 for (j = 0; j < this
$static.departmentListBox.element.options.length; ++j) {
11803 if ($matches($getItemText_0(this$static.departmentListBox, j),
employee.department.name_0)) { // offending line
11804 this$static.departmentListBox.element['selectedIndex'] = j;
11805 }
11806 }
11807 }
11808 catch ($e0) {
11809 $e0 = caught_0($e0);
11810 if (instanceOf($e0, 49)) {
11811 }
11812 else
11813 throw $e0;
11814 }
11815}
11816
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---