You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Ted Roeloffzen <te...@gmail.com> on 2010/04/21 17:25:35 UTC

BoundCompoundPropertyModel

Hi All,
Can anyone tell me the exact differences between a CompoundPropertyModel and
a BoundCompoundPropertyModel?
In an app i'm working on i'm getting a strange bug.
When I update a compnent via ajax the value of that component is not set in
the entity.
thanks

Re: BoundCompoundPropertyModel

Posted by Ted Roeloffzen <te...@gmail.com>.
But how does that relate to the bug i'm having?
Will the model lose the binding when an ajax-call updates the component?
Ted

2010/4/21 Igor Vaynberg <ig...@gmail.com>

> javadoc of bound:
>
> /**
>  * A compound property model that supports type conversions and
> property expression bindings.
>  *
>  * @author Jonathan Locke
>  *
>  * @param <T>
>  *            The model object
>  *
>  * @deprecated See {@link CompoundPropertyModel#bind(String)}
>  */
>
> -igor
>
> On Wed, Apr 21, 2010 at 8:25 AM, Ted Roeloffzen
> <te...@gmail.com> wrote:
> > Hi All,
> > Can anyone tell me the exact differences between a CompoundPropertyModel
> and
> > a BoundCompoundPropertyModel?
> > In an app i'm working on i'm getting a strange bug.
> > When I update a compnent via ajax the value of that component is not set
> in
> > the entity.
> > thanks
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: BoundCompoundPropertyModel

Posted by Igor Vaynberg <ig...@gmail.com>.
javadoc of bound:

/**
 * A compound property model that supports type conversions and
property expression bindings.
 *
 * @author Jonathan Locke
 *
 * @param <T>
 *            The model object
 *
 * @deprecated See {@link CompoundPropertyModel#bind(String)}
 */

-igor

On Wed, Apr 21, 2010 at 8:25 AM, Ted Roeloffzen
<te...@gmail.com> wrote:
> Hi All,
> Can anyone tell me the exact differences between a CompoundPropertyModel and
> a BoundCompoundPropertyModel?
> In an app i'm working on i'm getting a strange bug.
> When I update a compnent via ajax the value of that component is not set in
> the entity.
> thanks
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org