Hi All: I'm using the following code to create a page along with the following properties, however only the page is created the property isn't. What should I do: <dtml-with "resources.test_forum.posts"> <dtml-call expr="addDTMLDocument(id=REQUEST['topic'], title=REQUEST['topic']) and manage_addProperty('name', REQUEST['poster'], 'string')"> </dtml-with> <dtml-call "RESPONSE.redirect('./index_html')"> Thanks, Todd