On 8/9/06, Baiju M <[EMAIL PROTECTED]> wrote:
Hi all,
Few months back I had written this example app:
http://codespeak.net/svn/z3/zopeweb/trunk/content/documentation/z3tut/collector/
But now in 3.3 I cannot add Ticket objects. It is working fine in 3.2.
the message is "The page that you are trying to access is not available"
the url is http://localhost:8080/++skin++tuto/Collector/@@+/AddTicket.html
If I remove the container constraint from interface I can add this
object to top container.
This problem solved when I added this to connfigure.zcml:
<containerViews
for="collector.interfaces.ICollector"
index="zope.View"
contents="zope.View"
add="zope.ManageContent"
/>
Any idea why this was not mandatory in 3.2?
Regards,
Baiju M
_______________________________________________
Zope3-dev mailing list
[email protected]
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com