[mod_python] PSP include directive

Gregory (Grisha) Trubetskoy grisha at modpython.org
Sat Feb 21 12:16:40 EST 2004


Yes, this is correct. Right now PSP isn't smart enough to be able to
figure this out, you just have to touch the main page to make everything
reload.

Grisha

On Sat, 21 Feb 2004, vincent delft wrote:

> With mod_python-3.1.2b, I'm using the psp handler.
>
> The include directive is very usefull, but....
> the reload is not totally correct.
>
> I will explain it with the following example.
> I have several pages like this :
> Page1 (with include of subpage1)
>   subpage1 (with include of subpage11)
>    subpage11
>
> If I do modifications in subpage11 or in subpage1 and
> call page1 with my browser (Konqueror within KDE 3.2),
> the modifications are not take into account.
> They come only when I do a touch on page1
>
> I think about a caching mechanism somewhere. but where
> ? mod_python? psp? apache?
>
> Is there a way to avoid this ?
>
>
> Thanks
>
> PS : I'm agreed that is not very annoying, but if a
> simple solution exist...
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail SpamGuard - Read only the mail you want.
> http://antispam.yahoo.com/tools
> _______________________________________________
> Mod_python mailing list
> Mod_python at modpython.org
> http://mailman.modpython.org/mailman/listinfo/mod_python
>


More information about the Mod_python mailing list