Omu
Omu

Reputation: 71206

Can't create new page

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

Answers (2)

Bart Vanherck
Bart Vanherck

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

Mike Stockdale
Mike Stockdale

Reputation: 5266

Use http://localhost:3434/MyNewPage

Upvotes: 2

Related Questions