see IResponseFilter.

as far as spitting out text, wicket works with xml not plain text. but
if you call setrenderbodyonly(true) on all components there wont be
any xml tags left in the output.

-igor

On Wed, Jul 23, 2008 at 8:20 AM, Ricky <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have two questions (related) :
> 1.) Is there a way in wicket to get Not the raw markup but markup
> *AFTER*the actual data has been inserted? (meaning the final HTML as
> we see it on
> the page?).
> 2.) Similar to above scenario, can you use container to spit out markup in
> some other form, for example Plain Text or XML form ? (the markup with
> actual data).
>
> I prepared a test case for the same, which used a TestPage and Wicket Tester
> to start the page and then called testPage.getAssociateMarkup(true);  and
> testPage.getMarkup(). I tried to call it after doing testPage.render() but
> no change.
>
>
> Regards
> Vyas, Anirudh
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to