>
>
>
> The problem becomes, if I try to modify the form elements on the
> View_Image.html page, they won’t update, and the URL doesn’t change.  If I
> change the URL, then the change will take effect.  If we go to
> Loop_Attributes/View_Image.html directly, the form works fine.  So there
> must be something sticky in the autohandler, I think.  The autohandler looks
> like this:
>
>
>
This smells like a caching problem to me. I didn't see any calls to Mason's
cache here, so I'm guessing it's actually a browser cache. This would
explain why the content changes when the URL changes. Try doing a "force"
refresh (by holding the shift key while refreshing the page) and see if the
content updates.

You might try using the Live HTTP Headers
plugin<http://livehttpheaders.mozdev.org/>for FireFox to check the
cache headers for the page. If your server does not
send an explicit Cache-Control header, the client is allowed to cache your
pages. You might want to defeat browser caching by setting the Cache-Control
header to "max-age=0" in your top autohandler. Or you might not want that,
but that's for you to decide.


-- 
-Vince Veselosky
http://www.webquills.net
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to