Re: NicEditTextAreaBehavior

2008-06-16 Thread Don Hass
Have you tried using this in a ajax based form in Wicket? It seems that it does not like ajax based submits but the "solutions" in the nicedit forums seems to be fail as well. The problem is that the model for the textarea you add the nic behavior to, never gets updated when you submit the form.

Re: Autocomplete on a modal window

2008-02-08 Thread Don Hass
I agree that it sounds like a caching issue. I know that happens in FF quite a bit and IE even worse. The new Modal + AutoComplete problem I have encountered these days is you have a panel inside your Modal and it has a vertical scrollbar. The Autocomplete popup div does not get placed properly

Re: ModalWindow JS error

2007-09-26 Thread Don Hass
No problem, just glad I was finally able to find the critter today since it had just happened at the same time I did some major refactoring of how I do modals in my project. I blamed my code for the first part of the day... then I found out it was you. Thanks... I will watch for an update. Ma

Re: ModalWindow JS error

2007-09-27 Thread Don Hass
Matej, Yes the new .js file does appear to resolve the problem for me. Thanks for the quick fix! Can you please update and try current trunk? (or wait for another snapshot) It should be fixed. Thanks for spotting this. -Matej On 9/27/07, Don Hass <[EMAIL PROTECTED]> wrote: > >

YUI Calendar popup in ModalWindow

2007-10-15 Thread Don Hass
Has anyone ran into an issue (z-index) with a DateField on a panel in a ModalWindow. In both Firefox and IE they both render poorly IMHO. I have tried overriding z-index of the ModalWindow lower image border and the Calendar div layer all to no avail. http://www.nabble.com/file/p13222461/Calend

AutoCompleteTextField PostCallHandler Issue

2007-10-16 Thread Don Hass
There seems to be an issue with the AutoCompleteTextField not calling registered postCallHandlers. I noticed there was an old submission in the old forum (link below) that was never answered for wicket-1.2.3 back in Feb 07. http://www.nabble.com/AutoCompleteTextField-issue-%28wicket-1.2.3%29-tf32

Re: AutoCompleteTextField PostCallHandler Issue

2007-10-16 Thread Don Hass
I see it has been assigned to Eelco for Beta 5, so maybe it can get resolved this time around. :) paolo di tommaso wrote: > > I'be opened an issue about this months ago > > https://issues.apache.org/jira/browse/WICKET-310 > > But it is still there .. > > >

Re: AutoCompleteTextField PostCallHandler Issue

2007-10-16 Thread Don Hass
Oops, my mistake. Sorry bout that Eelco. Eelco Hillenius wrote: > >> I see it has been assigned to Eelco for Beta 5, so maybe it can get >> resolved >> this time around. :) > > Assigned *by* rather. I was cleaning up yesterday and assigned > versions to all issues that didn't have ones. It i

Re: Autocomplete on a modal window

2007-11-09 Thread Don Hass
The problem I found with this is that the zindex is set within the javascript of the autocomplete component. So trying to change the zindex related to the automcomplete css is pointless since the js will always set it back via hard-coded style. You could try lowering the ModalWindow zIndex value

Re: WicketForge - Wicket Plugin for IDEA

2008-12-14 Thread Don Hass
Does anyone know if the development of wicketforge going to continue so it supports the new release of Intellij 8? We haven't heard anything from Nick on the Google code since end of July. I know there are several of us that would love to see it updated to support 8, since the .40 release is bro

Re: WicketForge - Wicket Plugin for IDEA

2008-12-14 Thread Don Hass
Nick Heudecker wrote: > > Hi Don, > > I've been working on migrating it to IDEA 8 but I haven't had much time > lately. My schedule will open up at the end of this week and I'm hoping > to > finish porting the code shortly. Apologies for the delay. > >

Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-14 Thread Don Hass
Ditto. That's just teasing Nick! Maarten Bosteels wrote: > > Hello, > > I tried to download http://www.systemmobile.com/code/WicketForge-0.5.0.jar > but it's an empty file (zero bytes) > > Thanks, > Maarten > > On Wed, Jan 14, 2009 at 6:42 AM, Nick Heudecker > wrote: > >> I'm looking for s

Re: WicketForge 0.5.0 Available for IDEA 8

2009-01-16 Thread Don Hass
impl.local.FileWatcher >> - >> Native file watcher failed to startup. >> >> Let me know what I can do to help you fix this because your plugin >> totally >> rocks ! >> >> Thanks, >> Maarten >> >> On Wed, Jan 14, 2009 at 5:28 PM, Nick He