[Zope] <dtml-var > reload ?
Chris Withers
chrisw@nipltd.com
Fri, 27 Oct 2000 16:19:30 +0100
> Luc Tonin wrote:
>
> is it possible to reload only a <dtml-var value> without reloading an
> entire page ???????????
...nice question marks ;-)
...not nice posting HTML to a plain text only list.
The answer is no anyway. A page is completely assembled on the server
side before being sent to the client. So, if a value changes in a
dtml-var, then you need to resend the enite page to the browser.
This is the way HTTP works and so there's nothing Zope-specific about
not being able to do this.
cheers,
Chris