The handbook explains how to add a "View" item as the last page in your edit page route. This is great if you have a single nodeprofile content type.
However, the place pageroute really shines is if you have multiple nodeprofile content types, and you want to use pageroute to create a wizard that the user can use to update all their nodeprofile nodes at once.
In this case, you don't want to display the lonely node for one of the node profile content types at the end - you want to end up on the usernode (if you're using usernode) or a view.
I can't figure out how to do this with pageroute - the node display page type seems to only allow you to display a specific node as opposed to a path of your choosing (/usernode or /views/profile for example)
am i missing something?
thanks!

Comments
1.1
that's possible with the latest usernode module (1.1) and the nodefamily pageroute integration.
grab and install usernode 1.1 -> http://drupal.org/node/136685
Then nodefamily knows that usernodes are lonely, so you can use the lonely node management view with usernodes.