Re: Resource lookup/caching in OSGI environment

2009-04-05 Thread Kristof Jozsa
https://issues.apache.org/jira/browse/WICKET-2212 thanks, K On Mon, Apr 6, 2009 at 4:02 AM, Igor Vaynberg wrote: > open a jira issue for this > > -igor > > On Sun, Apr 5, 2009 at 4:38 PM, Kristof Jozsa > wrote: > > Hi all, > > > > I'd put together

Resource lookup/caching in OSGI environment

2009-04-05 Thread Kristof Jozsa
Hi all, I'd put together a simple dynamic menu example running on Modulefusion where the contributed menu items and pages come from another OSGI bundles. It works exactly as expected, eg. submenus appear/disappear automatically without restarts on submenu modules' deploys and undeploys, but after

Re: Static injection not working (wicket-guice)

2008-10-27 Thread Kristof Jozsa
Hi Edgar, can you share some details with me about what you're trying to accomplish? You can write me privately, this doesn't sound like a wicket issue so better not load the wicket-users list with the topic. Kristof On Wed, Oct 22, 2008 at 8:02 AM, Edgar Merino <[EMAIL PROTECTED]> wrote: > Hell

Re: Salve and Guice

2008-10-21 Thread Kristof Jozsa
Hi Edgar, did you use either static weaving or the runtime agent as described at http://code.google.com/p/salve/wiki/ConfiguringInstrumentation ? Kristof On Tue, Oct 21, 2008 at 11:42 AM, Edgar Merino <[EMAIL PROTECTED]> wrote: > I've been searching for information on how to use guice to looku

Re: wicket 1.4 release

2008-10-02 Thread Kristof Jozsa
totally out of topic and excuse me for my curiosity, but do you use subversion to the heavy lifting with such branching/merging there or use some distributed version control system behind the scenes? K On Thu, Oct 2, 2008 at 9:25 AM, Johan Compagner <[EMAIL PROTECTED]> wrote: > yes we should make

Re: setResponsePage(Page) and back button

2008-09-19 Thread Kristof Jozsa
d ye check furr t' nasty serialization errs? Them could sink > a mighty ship and cause them pesky expiration pages. > > Capt'n McDasmans > > (t'is Internation'l Talk Like a pirate day t'day matey!) > http://talklikeapirate.com > > On Fri, Sep 19, 20

setResponsePage(Page) and back button

2008-09-19 Thread Kristof Jozsa
Hi, I'd love to use setResponsePage(Page) (so redirecting to a concrete page instance instead of a page class) on handling standard (non-ajax) links in my application. I found it very handy to use the actual model objects in their current state, instantiate the new page object passing the current