}
if (otherBindings != null) {
AWStringDictionary otherBindingsValues = (AWStringDictionary)otherBindings.value(component);
if (otherBindingsValues != null) {
for (int index = otherBindingsValues.size() - 1; index >= 0; index--) {
AWEncodedString currentBindingName = otherBindingsValues.nameAt(index);
AWEncodedString currentBindingValue = otherBindingsValues.elementAt(index);
// translate any "on..." handlers
String bindingString = currentBindingName.string();
AWEncodedString translatedBinding;