1 Aug
2003
1 Aug
'03
4:21 p.m.
On Fri, 2003-08-01 at 09:08, S K Rahman wrote:
BTW I wonder in such a scenario isn't Zope supposed to throw an expection?
This falls into a bit of a gray area. Since dtml-call provides no return, exceptions are ignored as well. IMO, a namespace error should be thrown *regardless* but that's not how it works. If you're in a situation in the future where a dtml-call isn't working, try changing it over to dtml-var for debugging... that will provide you with the return value and exceptions you may need to fix the problem. Dylan