Jacek Medrzycki
2007-10-02 14:05:12 UTC
Hi
When I call object.view(), i get rendered form for the view action of
the object.
But I want it to be rendered not with the default View skin selection,
but on specified one. That is, I want to simulate the call:
/some/object/path/view?portal_skin=SkinName
but from the code of Zope product.
I tried:
object.view(portal_skin='SkinName')
but it doesn't work.
How can I do this?
Regards
Jacek
When I call object.view(), i get rendered form for the view action of
the object.
But I want it to be rendered not with the default View skin selection,
but on specified one. That is, I want to simulate the call:
/some/object/path/view?portal_skin=SkinName
but from the code of Zope product.
I tried:
object.view(portal_skin='SkinName')
but it doesn't work.
How can I do this?
Regards
Jacek