Re: [Zope] How to make two racks work under one specialist?
Hi Steve, Deliverables has objects. The call to existent objects are successful. It's the call to the inexistent objects that doesn't turn out expectedly. But the first thing is whether my script is correct. Do you thing so? And any other way to test this kind of situation, i.e. passing processing when failure. And what's the best way to debug a skinscript. So far I can only guess when it comes to debug a skinscript. And what's wrong with WITH Deliverables.getItem(self.id) COMPUTE name, dueDate, description, todoIDs I cooked this up according to the SkinScriptSyntax wiki, but it doesn't work, complaining not_found when calling the existent objects. A change like this fixes the problem: WITH Deliverables.getItem(self.id) COMPUTE name=name, dueDate=dueDate, description=description, todoIDs=todoIDs What's wrong with my assingmentornamelist? Dirksen --- Steve Spicklemire <steve@spvi.com> wrote:
Hi Dirksen,
To which specialist did you make this change? and did you make any other changes? Also.... (I'm sure this is obvious and I'm really just confirming what I'm already sure you've checked..) is there an item in the Deliverable's rack with the id you checked?
thanks, -steve
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
__________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/
participants (1)
-
Dirksen