This thread basically gives me the solution I need:

http://groups.google.com/group/iphonewebdev/browse_thread/thread/916f1ddd0dc1fb99/8d78d7d56dd46d25

I have to override all the back button behavior using the
cancelButtonHref method mentioned in that thread but that allows me to
essentially "circle" back to pages after a submit, reload the data and
yet have the back button go where I *really* want it to go instead of
back to my edit form.

David

On Feb 4, 1:13 pm, David  Ethell <[EMAIL PROTECTED]> wrote:
> What is the "proper" way to accomplish this sequence in iUI?
>
> 1) User loads a page with a data record
> 2) User clicks Edit which sends them to a new page (normal slide in)
> with an update form for the data
> 3) User submits the form, saving the changes and then goes back to the
> data record in step 1.
>
> How do I accomplish this with the way iUI does page navigation? If I
> have the results of my submit operation return a "new" version of the
> initial page from step 1 then the "back" navigation will take me back
> through all the steps in reverse order but I don't want that. I want
> to go to a refreshed version of page one and basically have the edit/
> save steps erased from the page history so the user is back at the
> "top" so to speak.
>
> Maybe I'm just missing something basic here.
>
> Thanks,
> David

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to