Hi - Is there a suffix I can add to DTML Methods that would then be recognized by the ZODB upon creating an object externally like from within Dreamweaver? If I create an object externally and call it SOMEFILE.DTML - it is recognized as a DTML Document. Ok, good. But, now I want to create a file that will be recognized as a DTML METHOD. Any ideas? Thanks David Kovach
On Wed, May 30, 2001 at 11:08:35AM -0700, dave@kovach.com wrote:
Hi -
Is there a suffix I can add to DTML Methods that would then be recognized by the ZODB upon creating an object externally like from within Dreamweaver?
If I create an object externally and call it SOMEFILE.DTML - it is recognized as a DTML Document. Ok, good. But, now I want to create a file that will be recognized as a DTML METHOD.
Any ideas?
Yes: see my latest feature request on this list a week ago: it's not possible yet, but at least Evan at DC seems to think it's doable in a future version. bye, Jerome Alet
Any ideas?
Yes: see my latest feature request on this list a week ago: it's not possible yet, but at least Evan at DC seems to think it's doable in a future version.
Ooo... I missed that... Wouldn't a PUT_Factory do the job though? cheers, Chris
On Thu, 31 May 2001, Chris Withers wrote:
Any ideas?
Yes: see my latest feature request on this list a week ago: it's not possible yet, but at least Evan at DC seems to think it's doable in a future version.
Ooo... I missed that...
Wouldn't a PUT_Factory do the job though?
My solution's advantages is that it would be transparent and would require no coding from the user, and a few lines from DC ;-) At least it would work for DTML Methods/DTML Documents. FYI my solution involves adding a comment which contains the object's meta type at the top of the DTML Documents/DTML Methods just like for Python Scripts, and only when exporting, and taking care of it when importing if this specially formatted comment is there. bye, Jerome Alet
participants (3)
-
Chris Withers -
dave@kovach.com -
Jerome Alet