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
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---
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-
>&
: 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.
>
>
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
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
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