Re: [Wicket-user] Component Markup Dump

2007-02-06 Thread Ayodeji Aladejebi
Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ___________ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://

Re: [Wicket-user] Component Markup Dump

2007-02-05 Thread Jonathan Locke
rver v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ___________ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net > https://lists.sour

Re: [Wicket-user] Component Markup Dump

2007-02-05 Thread Igor Vaynberg
what you can do is substitute a stringresponse into the requestcycle instead of the webresponse, then switch back after render -igor On 2/5/07, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: I need to obtain the rendered HTML dump of a WebPage or Component as String, is there a way to pull out

Re: [Wicket-user] Component Markup Dump

2007-02-05 Thread Timo Rantalaiho
On Mon, 05 Feb 2007, Ayodeji Aladejebi wrote: > I need to obtain the rendered HTML dump of a WebPage or Component as String, > is there a way to pull out that from onAfterRender() call? I don't know if you can do that in production code, but in WicketTester there is assertContains(String pattern)

[Wicket-user] Component Markup Dump

2007-02-05 Thread Ayodeji Aladejebi
I need to obtain the rendered HTML dump of a WebPage or Component as String, is there a way to pull out that from onAfterRender() call? - Using Tomcat but need to do more? Need to support web services, security? Get stuff done