Re: Is there any way to be notified somehow just after the CompoundPropertyModel is resolved by the component hierarchy?

2008-03-14 Thread Johan Compagner
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

Re: Is there any way to be notified somehow just after the CompoundPropertyModel is resolved by the component hierarchy?

2008-03-14 Thread Vitaly Tsaplin
Many thanks Johan, I am just going to explain why I need it. Lets say we have a component which accepts one or some models as a parameter(s). So it can apply initial values to its internal component hierarchy. But in case of use the CompoundPropertyModel we have no chance to do such

Re: Is there any way to be notified somehow just after the CompoundPropertyModel is resolved by the component hierarchy?

2008-03-14 Thread Johan Compagner
there is no specific designed solution for that no. you could also override component.initModel() for that On Fri, Mar 14, 2008 at 11:34 AM, Vitaly Tsaplin [EMAIL PROTECTED] wrote: Many thanks Johan, I am just going to explain why I need it. Lets say we have a component which accepts one

Is there any way to be notified somehow just after the CompoundPropertyModel is resolved by the component hierarchy?

2008-03-13 Thread Vitaly Tsaplin
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: