I just added a relevant note about serialization (learned the hard
way...) to the jira.

- Scott

On Tue, Feb 26, 2008 at 3:18 AM, Matej Knopp <[EMAIL PROTECTED]> wrote:
> We've reworked the implementation a bit,it works like this:
>
>
>  SafePropertyModel<Person> p = new SafePropertyModel<Person>(new Person());
>  TextField field = new TextField("name", p.bind(p.property().getFirstName()));
>
>  It's attached to the JIRA issue:
>
> https://issues.apache.org/jira/browse/WICKET-1327
>
>  -Matej

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to