From: "Ferhat Ayaz" <[EMAIL PROTECTED]>
Sent: Monday, 11 de September de 2006 9:57
Hello.
> But know I'm standing against the problem: calling
> Scripts from an authentication Folder within the
> application server.
>
> + MySite : index_html
>> -+ Admin : getUser
>
> In index_html:
> <p tal:content="container/Admin/getUser"/>
> will an authenticated user. But the page template
> MySite/index_html should have access to the Script
> Admin/getUser.
> I don't know how to do this.??
<p tal:content="here/getUser"/>
Create a "getUser" in MySite and another one in "Admin".
If your don't want/can't do this, you could always try to play around
with proxy roles.
Best regards,
@500, Nbk
_______________________________________________
Zope maillist - [email protected]
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 )