org.apache.wicket.response.NullResponse

-igor

On Fri, Jul 2, 2010 at 5:38 PM, sbrookes2 <seanbroo...@shaw.ca> wrote:
>
>
> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to