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 afte

Re: Styling 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

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 as you wish -- View this message in context: http://apache-wicket.1842946.n4.nabble.co

Re: Styling tags

2013-09-02 Thread Martin Grigorov
On Sat, Aug 31, 2013 at 10:18 AM, Lucio Crusca 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. > FormCompone

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 wrote: > Hi, I am using wicket 6.8.0. > >

Re: WebSockets / Atmosphere with Glassfish 4.0?

2013-09-02 Thread Martin Grigorov
On Sat, Aug 31, 2013 at 9:38 AM, Phill Ashworth wrote: > 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: > > Hi, >> >>