XHTML extension, is it Working?

Hi,

It looks like the XHTMLExtension is not working properly.

It does attach and send the data, but it fails to retrieve it.

If you retrieve htmlBody through the setterFunction, it returns nothing.

digging deeper, if you trace getNode in the getter function of the XHTML extension

it traces an empty node…

Can someone help?

21-04-2005

I now see that the XHTML-extension doesn’'t implement

ISerializable

When I add implements ISerializable,

and add the serialize and deserialize methods

I can get it to work.

But I’'m not sure if this is the proper way…

Message was edited by: gepatto