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 a

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

2008-10-29 Thread sureshramakrishnaiah
I tried with a modal window and page, still no luck, I do see validation happening in the server but I don't see that response coming back to the client 12:20:12,263 DEBUG [ComponentStringResourceLoader] Found resource from: org/apache/wicket/Application.properties; key: R equired 12:20:12,263

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

2008-10-29 Thread sureshramakrishnaiah
Ok found the solution myself, The problem was In the AjaxFallBackButton I had not overriden the onError() method, here's the solution added, onError(AjaxTarget target, Form form) { target.addComponent(feedbackPanel); } sureshramakrishnaiah wrote: I tried with a modal window and page,

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