*/
public void setLeft() throws BindingException {
if((left != null) && (right != null)) {
//Log.debug("Binding.setLeft..");
try {
right.firePropertyChange(new PropertyChangeEvent(right.object, right.property, null, right.object
.getProperty(right.property)));
}
catch(final Exception e) {
throw new BindingException(e);
}