Hi!<br>Some weeks ago Tres point us how to declare static resources with five<br><br>You could create a configure.zcml file for your product and put some code like these:<br><br>&lt;configure xmlns:browser=&quot;<a href="http://namespaces.zope.org/browser">http://namespaces.zope.org/browser</a>&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;browser:page for=&quot;*&quot; name=&quot;ZSmanage&quot; template=&quot;recursos/ZSmanage.pt&quot; permission=&quot;zope2.Public&quot; /&gt;<br>&lt;/configure&gt;<br><br>and magically you could use it as: <a href="http://server:port/ZSmanage">http://server:port/ZSmanage</a><br>
<br>But if you try to use ZSmanage as an acquired object you could<br><br>Can I do something at this respect? I would like to use ZSmanage in a different context, can I?<br><br>Thanks!<br clear="all"><br>-- <br>Mis Cosas<br>
<a href="http://blogs.sistes.net/Garito">http://blogs.sistes.net/Garito</a><br>Zope Smart Manager<br><a href="http://blogs.sistes.net/Garito/670">http://blogs.sistes.net/Garito/670</a>