I am not sure I understand the problems you're having. That is, when I update a Library item, my templates and the pages based on it get updated correctly.
Are you maybe misunderstanding how this feature is supposed to work?
For example, when you have this in a Library item:
<a href="../SomePage.asp">
you get the same link in the Template as well. That's because both the Library and the Templates folder are located in the root. So, one folder up (..) from Library to the root is the same as one folder up from the Templates folder.
However, if you now base a page on the template located in root of the site, you get this:
<a href="SomePage.asp">
and if you save the template child two folders deep, you get this:
<a href="../../SomePage.asp">
This is not an error; this is desired behavior. DW sees that the template child and SomePage both live in the same folder, so it removes the .. in the first example. It adds the .. twice for the file located two folders deep to end up in the root.
Isn't this what you're seeing?
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|