Re: DateTimeField enhancement

2009-12-17 Thread slowery23
I am attempting to upload a patch. Should an issue be opened as well? MartinM wrote: Patch would be nice.. ** Martin 2009/12/17 Steve Lowery slow...@gatessolutions.com: I'd like to use the DateTimeField component, but there is no API that I can see to override what DatePicker gets

Re: override isEnabledInHierarchy?

2009-07-19 Thread slowery23
Actually, that's what I initially tried, but it didn't work. If you use the simple example below, you'll see that. None of the components with isEnabled() overridden to return true are enabled. I am using wicket 1.4-rc4. In looking at the source code, it looks like if I were able to override

Re: override isEnabledInHierarchy?

2009-07-19 Thread slowery23
the components you want to disable. ** Martin 2009/7/19 slowery23 slow...@gatessolutions.com: Actually, that's what I initially tried, but it didn't work.  If you use the simple example below, you'll see that.  None of the components with isEnabled() overridden to return true are enabled.  I am

Re: override isEnabledInHierarchy?

2009-07-19 Thread slowery23
can u give an code example of what your centrallyenableddisabledcomponent looks like? MartinM wrote: That certainly will work.  But if I have a form and I want to disable all of the elements in the form except for the Edit Form link, it is, IMO, much simpler to disable the form and

Re: AutoCompletetextField misbehavior in IE

2009-05-27 Thread slowery23
Did you have to do anything else to get this to work? I am having the same issue in both 1.4rc1 and 1.4rc2. cbchhaya wrote: Never mind, I was doing something daft but have now correctly replaced with the Mar 10 snapshot for 1.3.5 and the thing works fine. Thanks everyone for your help!