Reputation: 71206
I tried doing url.NewPageName (http://localhost:3434/root.MyNewPage)
I get The requested resource: FrontPage.mynewpage was not found.
I also tried the [add child]
linkwhich gives a popup, and here I get Invalid Child Name
.
How can I do this?
Upvotes: 1
Views: 3487
Reputation: 76
When you click on the [add child] link, be sure to enter it in Pascal case - like camel case but starting with a capital. For example: MyLocalTestPage
Upvotes: 1