Re: file upload validation not working

2013-01-10 Thread monika
this is my java code. final FileUploadField fileUpload = new FileUploadField(fileUpload, new PropertyModel(test, fileUpload)); fileUpload.setRequired(true); add(fileUpload);; in properties file form.fileUpload.uploadFailed= plz upload file even there is no

Re: file upload validation not working

2013-01-10 Thread Martin Grigorov
On Thu, Jan 10, 2013 at 11:05 AM, monika g.mon...@nic.in wrote: this is my java code. final FileUploadField fileUpload = new FileUploadField(fileUpload, new PropertyModel(test, fileUpload)); fileUpload.setRequired(true); add(fileUpload);; in properties

Re: [ANN] wicket-dnd now ready for Wicket 6

2013-01-10 Thread Marcel Hoerr
Hi Sven, works like a charm, thanks! kind regards Marcel Original-Nachricht Datum: Wed, 09 Jan 2013 20:34:47 +0100 Von: Sven Meier s...@meiers.net An: users@wicket.apache.org Betreff: Re: [ANN] wicket-dnd now ready for Wicket 6 Hi Marcel, I released wicket-dnd-0.6.0.

Re: DateField and AjaxFormComponentUpdatingBehavior in wicket 1.5.5

2013-01-10 Thread dmalescot
Any suggestion ? I have the same problem. When i update my datefield with this behavior, my date is null. Thanks, Damien -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DateField-and-AjaxFormComponentUpdatingBehavior-in-wicket-1-5-5-tp4551607p4655258.html Sent

Re: [wicket-atmosphere] resource UUID

2013-01-10 Thread Emond Papegaaij
I've just pushed the fix for WICKET-4957: you can now listen to the registration of resources for pages. Best regards, Emond On Tuesday 08 January 2013 23:49:36 Pierre Goupil wrote: Emond, I've tried it like you said and it almost works! It works in the sense that I'm able to send an event

Re: [wicket-atmosphere] atmosphere version

2013-01-10 Thread Emond Papegaaij
With recent versions of wicket-atmosphere, you are required to add this parameter to the AtmosphereServlet: init-param param-nameorg.atmosphere.cpr.broadcastFilterClasses/param-name param-valueorg.apache.wicket.atmosphere.TrackMessageSizeFilter/param- value /init-param Did you

Re: Static image

2013-01-10 Thread René Vangsgaard
The context image looks nice, but I cannot use it in a ClientSideImageMap - is that on purpose? For now UrlResourceReference serves my purpose. Thank you for helping On 8 January 2013 09:09, Martin Grigorov mgrigo...@apache.org wrote: Hi, Here is the source of

Re: [wicket-atmosphere] resource UUID

2013-01-10 Thread Pierre Goupil
Hi Emond, I must be doing something wrong, as it doesn't work. I have implemented ResourceRegistrationListener in my HomePage and I set the UUIDs in the method resourceRegistered() but my logs show that it's never called. Is there any more than implementing ResourceRegistrationListener that I'm

Re: [wicket-atmosphere] resource UUID

2013-01-10 Thread Martin Grigorov
You have to register it in the EventBus On Thu, Jan 10, 2013 at 4:27 PM, Pierre Goupil goupilpie...@gmail.comwrote: Hi Emond, I must be doing something wrong, as it doesn't work. I have implemented ResourceRegistrationListener in my HomePage and I set the UUIDs in the method

Re: [wicket-atmosphere] resource UUID

2013-01-10 Thread Pierre Goupil
Indeed. I've tried this in my page constructor: Application.get().getEventBus().registerPage(hp + UUID.randomUUID(), this); But it doesn't do the trick. Sorry to bug you, but I can't find the right method! Regards, Pierre On Thu, Jan 10, 2013 at 3:30 PM, Martin Grigorov

Variable changes on server running, don't change on localhost

2013-01-10 Thread Paolo
Hi, I am become crazy! My wicket web application works fine on my laptop on localhost, but don't work well on my home server. I made all the web site stateless. I don't need user login. But one page is stasefull because I use wicket Ajax Tab Panel. On this page I have youtube video, with some

Re: Variable changes on server running, don't change on localhost

2013-01-10 Thread francois meillet
Why do you make properties static, why TabPanel1 is static ? François On Thu, Jan 10, 2013 at 3:51 PM, Paolo irresistible...@gmail.com wrote: Hi, I am become crazy! My wicket web application works fine on my laptop on localhost, but don't work well on my home server. I made all the web

Re: [wicket-atmosphere] resource UUID

2013-01-10 Thread Emond Papegaaij
You should register it with EventBus.addRegistrationListener and a page should not implement the interface, it is meant as an application global listener. Emond On Thursday 10 January 2013 15:50:12 Pierre Goupil wrote: Indeed. I've tried this in my page constructor:

wicket-cdi small demo

2013-01-10 Thread Bertrand Guay-Paquet
Hello, While testing wicket-cdi, I created a small test app available at : https://github.com/berniegp/test-wicket-cdi/ It mostly follows the article from https://www.42lines.net/2011/11/15/integrating-cdi-into-wicket/ and it runs both in jetty and TomEE. Following my posts on this mailing

Re: Variable changes on server running, don't change on localhost

2013-01-10 Thread Paolo
Alle giovedì 10 gennaio 2013, francois meillet ha scritto: Why do you make properties static, why TabPanel1 is static ? François Just cut and past from some examples or previews app. I removed static and now it works ok! Thank you so much! Long life to you!

Re: [6.4.0] Form Ajax and HTTP values

2013-01-10 Thread dmalescot
Martin, Do you have an idea of how many time it's take to have an analyze on my jira ? Thanks a lot. Damien -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/6-4-0-Form-Ajax-and-HTTP-values-tp4655235p4655275.html Sent from the Users forum mailing list archive at

Wicket jobs in Europe

2013-01-10 Thread Andrea Del Bene
Hi everybody! I know this is not a technical topic, but I'd like to know if anybody knows a good job search engine for Wicket-related positions in Europe. I've already seen the wiki page about Wicket Employers, but maybe there are other sources I don't know yet :). Thank you.

Re: Wicket jobs in Europe

2013-01-10 Thread Ernesto Reinaldo Barreiro
Andrea, www.*indeed*.com/jobs Allows to program job search for a keyword and they look on many job pages. I used it sometime ago for Spain: still get email notifications when new jobs related to Wicket appear on Spain. Not many of them unfortunately... On Thu, Jan 10, 2013 at 7:44 PM, Andrea

Re: Wicket jobs in Europe

2013-01-10 Thread Andrea Del Bene
Thank you Ernesto, I've tried indeed some time ago but it seemed more oriented on the US job market. I will give it another chance! Andrea, www.*indeed*.com/jobs Allows to program job search for a keyword and they look on many job pages. I used it sometime ago for Spain: still get email

update panels inside webmarkupcontainer

2013-01-10 Thread fachhoch
I have a container with two fragments these fragments are added with some conditional logic, if the condition is not satisfied I add empty panel on ajax update of this container I wan to call the logic again and add the right component either fragment or empty panel please advice how to? I can

wicket-extensions Wizard buttons not working

2013-01-10 Thread shimin_q
Hi, I am using the Wizard in 6.3.0 wicket-extensions in my code. After I switched the header includes to Jquery Mobile CSS and js, the buttons in the Wizard stopped working, i.e., clicking on them does not appear to do anything. I think I might have to step through the Wizard source to see what

Re: wicket-extensions Wizard buttons not working

2013-01-10 Thread Sven Meier
Hi, the wizard's next button registers itself as the default submitting button of the form. Thus Form renders an additional hidden input which submits with this button when enter is pressed in a textfield, see Form#appendDefaultButtonField() javadoc. You can override Wizard#newForm() and