Re: Empty FeedbackPanel

2014-06-12 Thread Martin Grigorov
Hi, Do you use Ajax submit ? If YES then you need to override #onError(AjaxRequestTarget, Form) add add the feedback to the target manually. Martin Grigorov Wicket Training and Consulting On Wed, Jun 11, 2014 at 6:21 PM, Lucio Crusca lu...@sulweb.org wrote: Here is a form:

Re: Empty FeedbackPanel

2014-06-12 Thread Lucio Crusca
Hi, Do you use Ajax submit ? If YES then you need to override #onError(AjaxRequestTarget, Form) add add the feedback to the target manually. What is Ajax submit? How do I check whether I'm using it? (I suspect the reply is no, you're not using it since you do not even know what it is).

Re: Empty FeedbackPanel

2014-06-12 Thread Martin Grigorov
Ajax submit is when you use AjaxSubmitLink or AjaxButton for the input type=submit I just checked and it seems you don't use any of these. Do you override Form#onError() or Button#onError() and what do you do there ? Martin Grigorov Wicket Training and Consulting On Thu, Jun 12, 2014 at 10:47

Re: Empty FeedbackPanel

2014-06-12 Thread Ernesto Reinaldo Barreiro
Wow! IMHO your answer is very un-respectful even if you don't notice it. Your first message to this list is from January 2013... and you still don't know what is an AJAX submit? Time to start reading a bit about the framework you are using? Instead of expecting people to solve your problems ;-)

Re: rant level=8/10 Empty FeedbackPanel

2014-06-12 Thread Lucio Crusca
Wow! IMHO your answer is very un-respectful even if you don't notice it. Your first message to this list is from January 2013... and you still don't know what is an AJAX submit? Time to start reading a bit about the framework you are using? Instead of expecting people to solve your problems

Re: Empty FeedbackPanel

2014-06-12 Thread Lucio Crusca
Ajax submit is when you use AjaxSubmitLink or AjaxButton for the input type=submit I just checked and it seems you don't use any of these. Do you override Form#onError() or Button#onError() and what do you do there ? None of them. I only override Button#onSubmit().

Re: rant level=8/10 Empty FeedbackPanel

2014-06-12 Thread Martin Grigorov
Hi Lucio, People may complain that Wicket documentation is poor but it seems these people didn't bother to read either the reference guide [1], nor any of the published books [2]. All of them explain how to submit a form with Ajax 1. http://wicket.apache.org/guide/ 2.

Re: Empty FeedbackPanel

2014-06-12 Thread Martin Grigorov
If you are able to reproduce this in a mini application (a quickstart app) then please attach it to a ticket in Jira and we will see what is going wrong. Martin Grigorov Wicket Training and Consulting On Thu, Jun 12, 2014 at 11:55 AM, Lucio Crusca lu...@sulweb.org wrote: Ajax submit is when

Re: rant level=8/10 Empty FeedbackPanel

2014-06-12 Thread Ernesto Reinaldo Barreiro
Hi, Yes I have a bad day... but my answer has nothing to do with that. 1- You ask a question. Someone ask you about the details. 2- You answer very vaguely... If you have taken just two seconds to google for it

Re: Empty FeedbackPanel

2014-06-12 Thread Lucio Crusca
If you are able to reproduce this in a mini application (a quickstart app) then please attach it to a ticket in Jira and we will see what is going wrong. Thanks: https://issues.apache.org/jira/browse/WICKET-5614 - To

Re: Empty FeedbackPanel

2014-06-12 Thread Ernesto Reinaldo Barreiro
Hi, As far as I can see you are adding components on onBeforeRender(). So, all components are recreated any time page is rendered Move your logic to onInitialize and you will see your feedback messages appear. On Thu, Jun 12, 2014 at 2:22 PM, Lucio Crusca lu...@sulweb.org wrote: If you

Empty FeedbackPanel

2014-06-11 Thread Lucio Crusca
Here is a form: http://158.58.168.198/quotaly/wicket/bookmarkable/it.quotaly.web.Register here is the relevant html snippet: form class=inputForm wicket:id=registrationform fieldset legendInserisci i tuoi dati/legend div id=feedbackPanel span

Re: Empty FeedbackPanel

2014-06-11 Thread Sven Meier
Strange, invalid form input isn't preserved either. Check the application log for clues. Regards Sven On 06/11/2014 06:21 PM, Lucio Crusca wrote: Here is a form: http://158.58.168.198/quotaly/wicket/bookmarkable/it.quotaly.web.Register here is the relevant html snippet: form