Hi, On Thu, 2004-10-07 at 11:37, Denis Mishunoff wrote:
Hi all. Maybe it's mostly the Plone question, but I think that Zope-only users can have the same question.
My configuration: instance of Plone 2.0.2 on Zope 2.7. I have portlets on my site. So the question: is there any problem to refresh the piece of the content (in my case - the content of one portlet) without the refreshing of the whole page? I understand that it's not possible with the standard tools, but maybe it's possible with the use of some external tools or Python?
Uh. not really. After all, its one page = one file for your browser. And using frames will bring a lot more headaches to your users then just reload the whole page (given your images, css can be cached client side) Regards Tino