myrequestcycle extends requestcycle { onbeginrequest() { setresponse(new stringresponse()); }
onendrequest() { string str=((stringresponse)getresponse()).getstring(); // do whatever } } -igor On Wed, Jul 23, 2008 at 6:41 AM, Enes Fazli <[EMAIL PROTECTED]> wrote: > Hello, > > I want to create markup with wicket components but I do not want to send it > to a browser, I want to store it in a String. Is there a way to do so? > > With regards, > > Enes F. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]