Re: Pluggable architecture for wicket application

2016-11-17 Thread David Beer
Hi Guys Does anybody know of a small scale example this sounds really interesting. Thanks David On 17 November 2016 at 18:00, Matt Pavlovich wrote: > I extensively use Wicket+OSGi. Works great! Modular web applications are > totally doable. Follow Martin's advice and wire in modules using the

Re: Pluggable architecture for wicket application

2016-11-17 Thread Matt Pavlovich
I extensively use Wicket+OSGi. Works great! Modular web applications are totally doable. Follow Martin's advice and wire in modules using the application hooks described. On 11/14/16 3:47 PM, Martijn Dashorst wrote: I know a Dutch company (or two) that use OSGi, I'm certain that one uses Wick

Re: ComponentNotFoundException when using AbstractAjaxTimerBehavior

2016-11-17 Thread Sven Meier
Hi, are you using custom AjaxChannels? By default all Ajax requests are queued in your browser, thus your timer requests should halt until the navigation has finished replacing any components. After that Wicket detects(*), that the component is no longer present in the markup and will drop al