Re: Trying to use IAjaxCallDecorator after Modal Window close

2011-12-29 Thread mshaver
Found a work-around for this... before showing the modal, I manually call the javascript to show the mask, then hide it in the WindowClosedCallback. Not ideal, but hey. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Trying-to-use-IAjaxCallDecorator-after-Modal-Window

Using custom ResourceBundle with Validators

2011-12-20 Thread mshaver
Hi all - I've got my own ResourceBundle for translations, something along the lines of: ResourceBundle resourceBundle = ResourceBundle.getBundle(RESOURCE_BUNDLE_BASE_CLASS, Locale.getDefault()); String myTranslation = resourceBundle.getString(myKey); I'd like to use this same ResourceBun

Trying to use IAjaxCallDecorator after Modal Window close

2011-11-17 Thread mshaver
Hi all - I'm trying to add a "busy" indicator after a modal window is closed. In my use case, the WindowClosedCallback's onClose method is performing a few operations, and I just want to let the user know that the system is actually doing something. I noticed that CloseButtonBehavior has a getAjax