Argh.. and ofcourse, you can uppercase it in your model get/set method.

**
Martin

2009/3/5 Martin Makundi <[email protected]>:
> It should also be easy to either
> a) uppercase the data using your own converter or
> b) uppercasing it before persisting
>
> **
> Martin
>
> 2009/3/5 Dave Schoorl <[email protected]>:
> - Näytä lainattu teksti -
>> A slightly different approach: I would talk with the customer again, because
>> this is a really stupid (excusez le mot) requirement. I hope you understand
>> their motivation, possibly some legacy system that depends on uppercase
>> information? Maybe the problem can be shifted to that legacy system that
>> uppercases all data read from the database?
>>
>> Regards,
>> Dave
>>
>>
>> Leszek Gawron wrote:
>>>
>>> Hello,
>>>
>>> one of my customers has this weird requirement that all data should be
>>> input/shown uppercase. I can easily add
>>>
>>> input {
>>>  text-transform: uppercase;
>>> }
>>>
>>> to my css rules, but this does not change the fact that data written into
>>> database will still be case sensitive.
>>>
>>> How can I create a behavior for TextField so that the dat is uppercased
>>> before being written to the model?
>>>
>>> my regards
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to