Re: OutOfMemoryError: Java heap space when i try to upload and show a hundred 100kb pics

2013-09-02 Thread Michael Mosmann
Am 01.09.13 10:53, schrieb Giovanni: Martin Grigorov-4 wrote Hi, Read about Java memory settings (-Xms, -Xmx) Yes, I can increase heap space by settings, but is this a good approach? If displaying one 10Mb pic consumes 1.5Gb heap space - is this normal? Maybe there are other ways to solve

Re: WebSockets / Atmosphere with Glassfish 4.0?

2013-09-02 Thread Martin Grigorov
On Sat, Aug 31, 2013 at 9:38 AM, Phill Ashworth ph...@inversebit.comwrote: Thanks Martin, that saves me some pain. I'd be all for a bit of extra Wicket configuration rather than hope the GF team acts on your request. OK. I'll do it soon. On 30 Aug 2013, at 10:46, Martin Grigorov wrote:

Re: jQuery reference with context relative path

2013-09-02 Thread Martin Grigorov
Hi, You can use : new ResourceReference() { @Override IResource getResource() {return new org.apache.wicket.request.resource.ContextRelativeResource( scripts/libs/jquery-1.8.3/jquery-1.8.3.custom.min.js)} } On Fri, Aug 30, 2013 at 8:30 PM, divad91 diva...@hotmail.com wrote: Hi, I am using

Re: Styling label tags

2013-09-02 Thread Martin Grigorov
On Sat, Aug 31, 2013 at 10:18 AM, Lucio Crusca lu...@sulweb.org wrote: In data venerdì 30 agosto 2013 10:48:35, Martin Grigorov ha scritto: Hi Lucio, The suggested solution should work. Which one? I think I've tried all of them and reported issues here, but maybe I missed one.

Re: Image Tag Wicket Processing

2013-09-02 Thread Abigail
Hi,How about your code?If there is something wrong,then you can check your code .Or you can create a .NET image SDK,which can process image http://www.rasteredge.com/how-to/csharp-imaging/process-online/ as you wish -- View this message in context:

Re: Styling label tags

2013-09-02 Thread tan_packt
Hi..There is a new Apache Wicket book. Instant Apache Wicket 6 by João Sávio Ceregatti Longo and Felipe Fedel Pinto. In case you'd be interested in getting an ebook copy and writing a review on your blog/website/amazon.com/goodreads.com. Please contact me at: tan...@packtpub.com Here is the link

AutoCompleteTextField ajax update problem

2013-09-02 Thread jchappelle
I am in the process of migrating our app from wicket 1.5.10 to 6.10.0. I have a panel that uses an AutoCompleteTextField with an AjaxFormComponentUpdatingBehavior(onchange) behavior attached. It works fine the first time I type something and select it, but it does not fire the onchange event after