igor.vaynberg wrote: > > requestcycle rc=getrequestcycle(); > > response orig=rc.getresponse(); > rc.setresponse(new noopresponse()); > page.render(); > rc.setresponse(orig); > > -igor >
This may be a silly question but can you shed some light on the line: rc.setresponse(new noopresponse()); Specifically the reference to noopresponse. Is that a reference to an existing method in Wicket or something that needs to be written for the solution? I get the general gist of the proposal but am a little confused by what this line is intended to to. thanks, sean -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PageExpiredException-ajax-request-tp1878866p2277019.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]
