try
{
valueChanged = false;
PropertyAccessUtil.setProperty(object, propertyName, value);
propertyBrowser.firePropertyBrowserEvent(new PropertyBrowserEvent(PropertyBrowserEvent.PROPERTY_UPDATED, this));
}
catch (PropertyException e)
{
// Cannot access property; returning null will display a blank space
ExceptionUtil.printTrace(e);