Re: "Choose One" Text Without Property File?

2010-03-24 Thread Pedro Santos
You can add to your application an Localizer that return the user designated
verbiage for the string key "null"

On Wed, Mar 24, 2010 at 12:51 PM, Matthias Keller
wrote:

> Hi Brad
>
> You'd probably have to subclass DropDownChoice and override the method
> getDefaultChoice() to return whatever value you'd like.
>
> Matt
>
>
> On 2010-03-24 16:45, Brad Grier wrote:
>
>> I'd like to be able to change the "Choose One" text for a DropDownChoice
>> without using a property file. I have a dynamic form generator and I need
>> the user to be able to designate the verbiage. Is this possible?
>>
>> Thanks,
>> Brad
>>
>>
>
>
>
>


-- 
Pedro Henrique Oliveira dos Santos


Re: "Choose One" Text Without Property File?

2010-03-24 Thread Matthias Keller

Hi Brad

You'd probably have to subclass DropDownChoice and override the method 
getDefaultChoice() to return whatever value you'd like.


Matt

On 2010-03-24 16:45, Brad Grier wrote:

I'd like to be able to change the "Choose One" text for a DropDownChoice 
without using a property file. I have a dynamic form generator and I need the user to be 
able to designate the verbiage. Is this possible?

Thanks,
Brad
   






smime.p7s
Description: S/MIME Cryptographic Signature


"Choose One" Text Without Property File?

2010-03-24 Thread Brad Grier
I'd like to be able to change the "Choose One" text for a DropDownChoice 
without using a property file. I have a dynamic form generator and I need the 
user to be able to designate the verbiage. Is this possible?

Thanks,
Brad