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 yo

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 added

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 > Hi Tito, > > how do you send form inside modal window? I guess you are sending it by > AJAX. I've

Feedback Panel on Modal Window With Field Validation does not work

2008-10-28 Thread sureshram
ate your help, Thanks Suresh -- View this message in context: http://www.nabble.com/Feedback-Panel-on-Modal-Window-With-Field-Validation-does-not-work-tp20216419p20216419.html Sent from the Wicket - User mailing list archive at Nabble.com. ---

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

2008-10-28 Thread 张伟
t; } > > = AddAccountContentPanel.html > > > > > > > > > wicket:id="feedback"> > > > Account Name: > type="text" > wicket:id="accName"/> >

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

2008-10-29 Thread sureshram
Name); >> accForm.add(createAccount); >> >> } >> >> } >> >> = AddAccountContentPanel.html >> >> >> >> >> >> >> >> >>> wicket:id="feedback"> >> >> >>

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

2008-10-29 Thread sureshram
gt; 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 > > > -- View this message in context: http://www.nabble.com/Feedback-Panel-on-Modal-Window-With-Field-Validation-does-not-work

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

2008-10-29 Thread sureshramakrishnaiah
. When I try to submit, the modal window does not do >> >> >> > > > - Suresh Ramakrishnaiah Lead Software Engineer -- View this message in context: http://www.nabble.com/Feedback-Panel-on-Modal-Window-With-Field-Validation-does-not-work-tp20216419p20231857.ht

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

2008-10-29 Thread sureshramakrishnaiah
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