Re: PropertyselectionModel Q

2006-05-05 Thread Peter Verhoye
Schulte Marcus wrote: > you should not need to do anything to see the current > value in the box. Does your Language-class have a proper > .equals() Method? May-be your DAO returns another Object-Instance > when loading the language list than the one it put into the > account-object when loading t

RE: PropertyselectionModel Q

2006-05-05 Thread Schulte Marcus
you should not need to do anything to see the current value in the box. Does your Language-class have a proper .equals() Method? May-be your DAO returns another Object-Instance when loading the language list than the one it put into the account-object when loading that. > -Original Message---

Re: PropertySelectionModel

2006-04-27 Thread robertz
t; /***/ > > On 4/27/06, James Carman <[EMAIL PROTECTED]> wrote: >> So, you want a generic way to generate the value for the objects in the >> collection (and the display text I presume)? >> >> -Original Message- >&

Re: PropertySelectionModel

2006-04-27 Thread Ted Steen
: Ted Steen [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 27, 2006 1:26 PM > To: Tapestry users > Subject: Re: PropertySelectionModel > > I provided code for the NamedPropertySelectionModel and the > INamedProperty interface in my previous message as an attachment. > >

RE: PropertySelectionModel

2006-04-27 Thread James Carman
So, you want a generic way to generate the value for the objects in the collection (and the display text I presume)? -Original Message- From: Ted Steen [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 1:26 PM To: Tapestry users Subject: Re: PropertySelectionModel I provided

Re: PropertySelectionModel

2006-04-27 Thread Ted Steen
I provided code for the NamedPropertySelectionModel and the INamedProperty interface in my previous message as an attachment. An example would be a page where the model for a @PropertySelection is a new NamedPropertySelectionModel("a collection of objects of type "); I needed a way to be able to

RE: PropertySelectionModel

2006-04-27 Thread Mark Stang
Can you provide code and an example? regards, Mark -Original Message- From: Ted Steen [mailto:[EMAIL PROTECTED] Sent: Thu 4/27/2006 2:14 AM To: Tapestry users Subject: PropertySelectionModel I created a "NamedPropertySelectionModel". Is this something that has already been done that I