i hust committed a change which will provide you access to the original response object (created by wicketservlet and which will allways be a webresponse), no matter whether the repsone has been temporariily being replaced or not. requestcycle.getOriginalResponse
Juergen On 10/4/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > you can not gurantee, and we never did, that the respsone will alwyas > be webresponse. Currently the component which handle <wicket:head> > uses StringRepsonse for temporary storage and of course any user can > use its own response object. only at the end of the cycle you can be > sure: onEndRequests. > > Juergen > > > On 10/4/05, Phil Kulak <[EMAIL PROTECTED]> wrote: > > No, you can't actually. Sometimes it's a StringResponse. > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: > > Power Architecture Resource Center: Free content, downloads, discussions, > > and more. http://solutions.newsforge.com/ibmarch.tmpl > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
