I had Ajax and book.module enabled. When I click on the book "add child" link, I am able to create a child page. However, when I submit the page, I am sent to a blank page that has as it's title:

"Create Book page"

and nothing else. This is the url:

http://mysite.com/?q=node/add/book&parent=270

When I disable Ajax, then create a child page, I am taken to the appropriate node view page after I click on submit for a child page:

http://mysite.com/?q=node/60

What do I need to do to prevent this?

Thanks.