Re: Uppercasing inputs

2009-03-04 Thread taha siddiqi
Hi I have to agree with Jeremy. I would change the domain model and in case i must do it in Wicket I will use I will try to configure a Listener for a general purpose uppercase behavior taha On Thu, Mar 5, 2009 at 7:26 AM, James Carman jcar...@carmanconsulting.com wrote: On Wed, Mar 4, 2009 at

Re: Uppercasing inputs

2009-03-04 Thread Jeremy Thomerson
Oh, actually, just for the record, I was kidding about that. That was my facetious / sarcastic tone that unfortunately doesn't come through all that well in email (although Igor picked it up). But, more power to you - there are certainly plenty of options! -- Jeremy Thomerson

Re: Uppercasing inputs

2009-03-04 Thread taha siddiqi
I still feel changing to uppercase in domain model gives you the flexibility of the changing the values in any layer of the application taha On Thu, Mar 5, 2009 at 10:02 AM, Jeremy Thomerson jer...@wickettraining.com wrote: Oh, actually, just for the record, I was kidding about that.  That was

DropDownChoice and Large Models

2009-03-04 Thread taha siddiqi
Hi, DropDownChoice is used to hold a list of models which are then used for choosing a single model. What if the model is very large and I only want id/name combination to be used as a list of models and the use the choosen id to get the actual selected Model. The catch here is that I want to use

Re: [vote] In Wicket 1.4 and onwards, remove widening from the list of choices model in DropDownChoice, changing it from IModelList? extends Foo to IModelListFoo

2009-03-04 Thread Martijn Reuvers
+1 for me too. On Tue, Mar 3, 2009 at 9:39 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Though I haven't done much work with 1.4, I think DDC and LV need to have the same generics semantics. And I prefer the simple version. So count my +1. Martijn On Tue, Mar 3, 2009 at 9:33 PM,

Re: Uppercasing inputs

2009-03-04 Thread Dave Schoorl
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

Re: Uppercasing inputs

2009-03-04 Thread Martin Makundi
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 mailli...@cyber-d.com: A slightly different approach: I would talk with the customer again, because this is a really stupid (excusez le mot)

Re: Uppercasing inputs

2009-03-04 Thread Martin Makundi
Argh.. and ofcourse, you can uppercase it in your model get/set method. ** Martin 2009/3/5 Martin Makundi martin.maku...@koodaripalvelut.com: 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

<    1   2