Dan's trick, mentioned earlier works perfectly for a Wizard view, with no interaction to the rest of the website. However I need to open a particular view (one of 3 that do similar, but different things) and then later navigate to other ages in the structure:

Given there MAY be a URL query included, if the customer got an email, or a text "?req-555-444-555-dead-beef" and the View may be oWelcome or 'oCoupon'

fun things I need to address:

If they go to one of the "direct entry" pages, login is not required, and access level is '0' guest.

when the onLoad event fires in the webapp, I need to determine if we're doing a "direct entry" if so, I need to:
1. reset the security required info for the page.
2. set the default view to that page.
3. make sure the default view gets the URL parameter.

something something "set navigate begin" something?

Did I miss anything? Are there bad assumptions in there?

/MM