What kind of modifications are you doing on the generated Markup ? Listening
to the end of the root element should be enough to treat the whole document.
But I may have missed something.
2009/9/28 Tandel Sascha
>
> Am 28.09.2009 um 17:12 schrieb cordenier christophe:
>
> Hi
>>
>> Have you test
Am 28.09.2009 um 17:12 schrieb cordenier christophe:
Hi
Have you test with a MarkupWriterListener ?
I didn't know that interface.
But that will not work because i need the whole generated content.
2009/9/28 Sascha Tandel
Hi,
i try to modify the generated markup of a ajax request. My
Hi
Have you test with a MarkupWriterListener ?
2009/9/28 Sascha Tandel
> Hi,
>
> i try to modify the generated markup of a ajax request. My
> PartialMarkupRendererFilter modifies the markup through the MarkupWriter:
>
> public void renderMarkup(MarkupWriter writer, JSONObject reply,
> PartialMa
Hi,
i try to modify the generated markup of a ajax request. My
PartialMarkupRendererFilter modifies the markup through the
MarkupWriter:
public void renderMarkup(MarkupWriter writer, JSONObject reply,
PartialMarkupRenderer renderer) {
renderer.renderMarkup(writer, reply);