// (not the DirectLink or Form, but the page or component containing the
// link or form).
String description = PageloadMessages.parameterName(parameterName);
IBinding binding = new ListenerBinding(description, _valueConverter, spec.getLocation(),
component.getContainer(), language, spec.getScript(), _managerFactory);
addBindingToComponent(component, parameterName, binding);
}