wicket-guice and recursive injection of non serializable JPA2 objects

2016-06-14 Thread Dieter Tremel
Hallo wicket-user, IMHO combining wicket with non serializable objects is a challenging topic. On a page I have a DataProvider, that is injected by wicked-guice. Inside this provider an injected dao is used for fetching the data. Inside the dao a provider for a JPA2 entity manager (EclipseLink)

wicket 1.4.12 https issue - Is it a wicket version compatibility issue with the other software's?

2016-06-14 Thread durairaj t
I'm migrating wicket1.4.12 to 1.5.x, but wicket 1.4.12 is still running in the production. Users facing IE 11 browser crash when they are working in this application. It is happening in https but not in http. Is it a wicket version compatibility issue with the other new versions of the

Re: Issue with the FileUploadField

2016-06-14 Thread ChambreNoire
Ha! I've never encountered this in recent versions of Wicket (6 & 7) as I've never needed to upload files on those projects. My question concerned an old legacy app I need to extend running in 1.3.7 (!). So my options are migrate to 7 (no time and not worth it), figure out the iframes trick

Re: Conditional (static) dynamic resources / ;-)

2016-06-14 Thread Martin Grigorov
Hi, I think it should work with different instances too when #equals() is implemented. Please create a quickstart and attach it to JIRA. Thanks! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Jun 14, 2016 at 12:21 PM, Davids Patrick

AW: Conditional (static) dynamic resources / ;-)

2016-06-14 Thread Davids Patrick
Hi Martin, some news... It is working when I keep a (java-code-)reference to the Resource instance in my ResourceReference. So, I always returning the same instance when wicket calls ResourceReference#getResource(). But, this is not the way it should be, right? kind regards Patrick

WG: AW: Re: Re: Re: FormTester and IModel

2016-06-14 Thread hansheinrichbraun
It's definitively the combination wicket hibernate which provokes this behaviour. Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: hansheinrichbraun Datum: 11.06.16 15:41 (GMT+01:00) An: Martin Grigorov

Re: Issue with the FileUploadField

2016-06-14 Thread Bas Gooren
Hi CN, I would expect it to simply work, as wicket transparently handles this. So what exactly is unclear for you? Perhaps I can help you with that. How we do it: we have a panel which contains a form, which in turn contains a FileUploadField. We have an ajax submit button in the form, and