OK found (with the help of Mr. Kent), that in navajo/edit.cfm that dmHTML is hardcoded:
can we have line 76
oHTML = createObject("component", application.types.dmHTML.typePath);
updated to:
oHTML = createObject("component", application.types[url.typename].typePath);
This has been fixed. I removed the above line and changed the following line to:
oType.deletedata(objectId="#URL.deleteDraftObjectID#");
as a draft version has to be the same type as the live version.
The change is in both the head and p220 branches in cvs.
-Brendan http://farcry.daemon.com.au
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
