ParameterPropertyWorker if the component is not active a setXX call to the param property sets the value of "default" field that is automagically added by javassist. the assocaited accessor and mutator then interact with the default field.
EstablishDefaultParameterValuesVisitor if a binding hasn't already been created for the property the visitor adds an IBinding to the component. In short why doesn't the ParameterPropertyWorker follow the same behavior of the EstablishDefaultParameterValuesVisitor? The creation of the default field and the various checks of the default field in the added accessor/mutator add conceptually weight to the worker. Carlos --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org