setResponsePage() would render either a page from the page map if you give it an instance or build a new page if you give it the Class name.
Did you filter out the errors from the feedback and did you added the feedback panel to the page? Refer to section 10.2.2 "Displaying feedback messages and filtering them" of the wicket user guide: http://wicket.apache.org/learn/books/freeguide.html ~ Thank you, Paul Bors -----Original Message----- From: dhongyt [mailto:[email protected]] Sent: Monday, May 13, 2013 5:09 PM To: [email protected] Subject: Re: Feedback within Form Weird Issue Weird, it still does not show up. I do have a function that gets the session and register the error to it. Can the feedback be apart of the form? I have tried it outside the form with no luck either. I also changed my onSubmit to use session; It doesn't need to call the error function before the setResponsePage does it? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Feedback-within-Form-Weird-Issue- tp4658757p4658767.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
