override this method:
/**
* [EMAIL PROTECTED]
org.apache.wicket.model.IComponentAssignedModel#wrapOnAssignment(
org.apache.wicket.Component)
*/
*public* IWrapModel wrapOnAssignment(*final* Component component)
{
*return* *new* AssignmentWrapper(component, propertyName);
}
On Thu, Mar 13, 2008 at 3:32 PM, Vitaly Tsaplin <[EMAIL PROTECTED]>
wrote:
> Hi everyone,
>
> Is there any way to be notified somehow just after the
> CompoundPropertyModel is resolved by the component hierarchy?
>
> Vitaly
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>