The best way to describe my problem would be to put it in a hypothetical scenario:
I want create two pages: a "contact" page, and a "news submission" page -- both these pages have <forms to submit stuff.
Therefore, I need to create some "confirmation" pages (like: "Thankyou for your submission")
Under the page contact I create a sub-page entitled confirm. The slug is also confirm. Therefore the URL is www.site.com/contact/confirm/.
Under the page newssubmit I create a sub-page entitled confirm. The slug is also confirm. Therefore the URL is www.site.com/newssubmit/confirm/.
Well I do want to maintain some sort of uniformity..
In theory, this shouldn't be a problem, since they have different parent pages.
Apparently it is not -- on the confirm pages, I get both /newssubmit/confirm/ and /contact/confirm/ contents on the one page, with their own headings as well (as if they were two "posts" being listed)
Is there a way to create two pages with the same slug, but in different locations?