Re: Feedback panel on modal window

2010-12-02 Thread Andrea Del Bene
Hi Tito, how do you send form inside modal window? I guess you are sending it by AJAX. I've written a similar modal window few weeks ago. Be sure to add your feedback panel to thw AjaxRequestTarget object of submitting component. Bye. Hi, I have one model window with a panel atached. I

Re: Feedback panel on modal window

2010-12-02 Thread Tito
Good I fixed it. Thanks. I added feedback panel to target. But I redined onError to do that, because feedback is for errors in my case. Thanks for the answer. Bye Tito 2010/12/2 Andrea Del Bene adelb...@ciseonweb.it Hi Tito, how do you send form inside modal window? I guess you are sending

Feedback panel on modal window

2010-12-01 Thread Tito
Hi, I have one model window with a panel atached. I added a validator to one form in model window. But when I try to submit I can't show errors. Whatching the console I found it: WARN - WebSession - Component-targetted feedback message was left unrendered. This could be because

Re: Feedback panel in Modal window

2010-02-03 Thread Anna Simbirtsev
of your html code /form /wicket:panel Thanks Anna Simbirtsev wrote: Hi, I have a feedback panel in Modal window, but for some reason it does not work. div wicket:id=feedback id=feedback/div contact_form.add(new FeedbackPanel(feedback)); I get the following messages

Re: Feedback panel in Modal window

2010-02-02 Thread vermas
Try to add feedbackpanel inside the panel and inside the form. wicket:panel form div wicket:id=feedback id=feedback/div rest of your html code /form /wicket:panel Thanks Anna Simbirtsev wrote: Hi, I have a feedback panel in Modal window, but for some reason it does not work. div

Feedback panel in Modal window

2010-02-01 Thread Anna Simbirtsev
Hi, I have a feedback panel in Modal window, but for some reason it does not work. div wicket:id=feedback id=feedback/div contact_form.add(new FeedbackPanel(feedback)); I get the following messages: WARN - WebSession - Component-targetted feedback message was left unrendered

Re: Feedback Panel on Modal Window With Field Validation does not work

2008-10-29 Thread sureshram
Sorry I meant can we add a page to a modal window 张伟-4 wrote: try page not panel 2008/10/29 sureshram [EMAIL PROTECTED] Hello, I am trying to add auto validation in the modal window but I don't see any error messages. I added a feedback panel on a modal window which has

Re: Feedback Panel on Modal Window With Field Validation does not work

2008-10-29 Thread sureshramakrishnaiah
am trying to add auto validation in the modal window but I don't see any error messages. I added a feedback panel on a modal window which has a required text field. When I try to submit, the modal window does not do - Suresh Ramakrishnaiah Lead Software Engineer -- View

Re: Feedback Panel on Modal Window With Field Validation does not work

2008-10-29 Thread sureshramakrishnaiah
validation in the modal window but I don't see any error messages. I added a feedback panel on a modal window which has a required text field. When I try to submit, the modal window does not do - Suresh Ramakrishnaiah Lead Software Engineer -- View this message in context

Feedback Panel on Modal Window With Field Validation does not work

2008-10-28 Thread sureshram
Hello, I am trying to add auto validation in the modal window but I don't see any error messages. I added a feedback panel on a modal window which has a required text field. When I try to submit, the modal window does not do any thing and I think what happens here is wicket does validation

Re: Feedback Panel on Modal Window With Field Validation does not work

2008-10-28 Thread 张伟
try page not panel 2008/10/29 sureshram [EMAIL PROTECTED] Hello, I am trying to add auto validation in the modal window but I don't see any error messages. I added a feedback panel on a modal window which has a required text field. When I try to submit, the modal window does not do any