Not only did this work before, it has worked in every other web technology I've tried. Can anyone on the Wicket team explain how Response handling changed in 1.5? I am hoping there is a single line fix, like response.clearBuffer(), that will make my existing code work as it always has, rather than refactor this with brand new code. Thank you very much.
________________________________ From: Sven Meier [via Apache Wicket] <[email protected]> To: BrianWilliams <[email protected]> Sent: Friday, August 2, 2013 1:17 AM Subject: Re: Generating spreadsheet to send to Client fails in 1.6 Hi, I don't know how this worked for you in 1.4.x. But if you're just writing something into the response, how should Wicket know that it has to stop processing the request? Sven On 08/02/2013 04:24 AM, BrianWilliams wrote: ________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] ________________________________ If you reply to this email, your message will be added to the discussion below: http://apache-wicket.1842946.n4.nabble.com/Generating-spreadsheet-to-send-to-Client-fails-in-1-6-tp4660579p4660643.html To unsubscribe from Generating spreadsheet to send to Client fails in 1.6, click here. NAML -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Generating-spreadsheet-to-send-to-Client-fails-in-1-6-tp4660579p4661083.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]
