On Sun, Jan 25, 2009 at 6:25 AM, ken.p <[email protected]> wrote:

>
> Hi,
>
> I have a requirement which needed to obtain final rendered html as string.
> E.g:
> java:
> add(new Panel1("p1"));
> html:
> <div wicket:id="p1"></div>
>
> I need to be able to captured rendered HTML for the above.
> Any example is appreciated.


Have a look at this thread:

http://www.nabble.com/Render-a-Wicket-page-to-a-string-for-HTML-email-tc20325702.html


>
> --
> View this message in context:
> http://www.nabble.com/Obtain-Rendered-HTML-programmatically-tp21647328p21647328.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]
>
>

Reply via email to