Hi Jian,
What I was thinking was a bit simpler than that.
The down side of my approach is that you'll get different URLs as you
will end up with 2 different pages, but they will contain identical
content so the client probably won't have an issue with that.
There may be some tweaks needed to the Nav code to ensure the context
(i.e. "current node") is correct too. A will only recognise its
context where it's being used as a master page, not where its being
used as content to another master page. I think this could be handled
with some thought.
I was thinking:
Page to dupe = A
A is a master page and connected in to the nav as usual
B is also a master page with a Container and no content other than the
container tag. I can't remember whether it _has_ to also have a list
for Nav Manager to accept it as a master page but if so don't include
the list in the markup
Add A into Nav tree wherever you want
Add B wherever you want
Connect A to the Container in B. Same page, not a reference.
B will have its own URL, different than A - it will need it as the
context highlighting in the menu may be different as I mentioned
above.
The main thing is that the content will be identical and that changes
to Page A are automatically reflected everywhere, obviously.
The problem with the redirect approach is that it will not be able to
correctly present the different contexts and may confuse the user.
Clicking a link in one section and sending them to a different section
is a bit dramatic.
HTH.
Richard H.
> > > - Show quoted text -- Hide quoted text -