[quote of html]
<p>Objects are exposed in CherryPy by setting the exposed attribute.
This can be done directly on the object itself: <object>.exposed =
True. Methods can also be exposed using a special decorator:</p>
[end quote of html]
The failure to use < and > instead of < and > around "object"
causes IE to see an <object> tag (even tho there's no </object>
anywhere). First it tells me that "the page may not display correctly"
because I don't allow ActiveX controls. And the end of the page looks
like this on the screen:
[display]
Objects are exposed in CherryPy by setting the exposed attribute. This
can be done directly on the object itself:
[end display]
Could someone make the fix? (I did not see the page as being editable,
wiki-style.) Thanks.
- Sylvain