Re: Multiple Form Feedback Messages / Showing one / Canceling of Form Processing? Filtering Feedback Messages?

2013-02-21 Thread mwwbf
A Simple Way? Implement your own FeedbackPanel and set the visiblity of listItem to false after one line has been rendered. The counter for the number of renderd feedback messages has to be global. Dirty but simple;) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Mu

Re: Why does a ModalWindow create a Tag to be rendered in?

2013-02-15 Thread mwwbf
t; There have been proposals already on how to improve this, see > WICKET-1826 and WICKET-3404 for inspirations. > Hopefully this is something we can address in Wicket 7 (i.e. this won't > be possible without API breaks). > > Regards > Sven > > > On 02/15/2013 1

Why does a ModalWindow create a Tag to be rendered in?

2013-02-15 Thread mwwbf
Hi Everyone, I'm using ModalWindows and AjaxEditableLabels and everything was working fine for me. But a stupid tester decided to use the return key(insted of just clicking the next item) after he entered something in a AjaxEditableLable within a ModalWindow. This caused the Form created in https

FileUploadField in ModalWindow via AjaxButton does not work anymore.(1.5.8 to 6.0.0)

2012-09-13 Thread mwwbf
Hi there, I'm migrating from Wicket 1.5.8 to 6.0.0 and solved almost every problem I encountered so far. But I could not figure out why my FileUploadFields do not work anymore. I'm using one FileUploadField in a Form in a ModalWindow and use the AjaxButton to submit the From. All other Fields wor

Re: FileUploadField in ModalWindow via AjaxButton does not work anymore.(1.5.8 to 6.0.0)

2012-09-13 Thread mwwbf
Well... I figured out that this error occurs when you use a AjaxSubmitLink or AjaxButton in a From with multiPart == true and only when using Opera 12.02. works with latest Firefox and Chrome. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/FileUploadField-in-Modal