1

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?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Omu
  • 69,856
  • 92
  • 277
  • 407

2 Answers2

2

Use http://localhost:3434/MyNewPage

Mike Stockdale
  • 5,256
  • 3
  • 29
  • 33
1

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

Community
  • 1
  • 1