I badly need a way to stop the default request processing and responding back to the client by writing response to the HttpResponse direclty.
I have a page say ProfilePage, in the page constructor on a certain condition I want to write something to HttpResponse and stop further processing and respond to the client. How can i achieve this? -- View this message in context: http://www.nabble.com/How-to-stop-the-request-processing-and-write-to-reponse-tp20932098p20932098.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
