Hi!
Some weeks ago Tres point us how to declare static resources with five

You could create a configure.zcml file for your product and put some code
like these:

<configure xmlns:browser="http://namespaces.zope.org/browser";>
    <browser:page for="*" name="ZSmanage" template="recursos/ZSmanage.pt"
permission="zope2.Public" />
</configure>

and magically you could use it as: http://server:port/ZSmanage

But if you try to use ZSmanage as an acquired object you could

Can I do something at this respect? I would like to use ZSmanage in a
different context, can I?

Thanks!

-- 
Mis Cosas
http://blogs.sistes.net/Garito
Zope Smart Manager
http://blogs.sistes.net/Garito/670
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to