I'm just experimenting with Dreamweaver MX + WebDAV + Zope for the first time. When I open up a Zope Page Template (ZPT), all my TAL syntax disappears. And then when I go back to Zope's ZMI and look at the ZPT, indeed all my TAL expressions are completely wiped out!! What's up with that? I think this defeats the whole purpose of being able to edit ZPT's through Dreamweaver+WebDAV, no? I want to retain the TAL expression syntax round-trip back and forth from Dreamweaver. Is there a way to do this / "fix" this ?? Thanks, Bryan
Okay, I figured it out. Adding command line option -W [portnumber] to the Zope "start" script for z2.py does the trick. It turns on WebDAV source editing. Now I understand. -----Original Message----- From: Bryan Capitano [mailto:Bryan@capitanoweb.com] Sent: Monday, December 16, 2002 6:59 PM To: zope@zope.org Subject: Whoa there! What's up WebDAV??? I'm just experimenting with Dreamweaver MX + WebDAV + Zope for the first time. When I open up a Zope Page Template (ZPT), all my TAL syntax disappears. And then when I go back to Zope's ZMI and look at the ZPT, indeed all my TAL expressions are completely wiped out!! What's up with that? I think this defeats the whole purpose of being able to edit ZPT's through Dreamweaver+WebDAV, no? I want to retain the TAL expression syntax round-trip back and forth from Dreamweaver. Is there a way to do this / "fix" this ?? Thanks, Bryan
Bryan Capitano Wrote:
I'm just experimenting with Dreamweaver MX + WebDAV + Zope for the first time. When I open up a Zope Page Template (ZPT), all my TAL syntax disappears. And then when I go back to Zope's ZMI and look at the ZPT, indeed all my TAL expressions are completely wiped out!!
What's up with that? I think this defeats the whole purpose of being able to edit ZPT's through Dreamweaver+WebDAV, no? I want to retain the TAL expression syntax round-trip back and forth from Dreamweaver. Is there a way to do this / "fix" this ??
You need to use the webdav source port. Check out the article at http://www.zope.org/Documentation/Articles/WebDAV. Cheers, Jeff
participants (2)
-
Bryan Capitano -
Jeff Youel