i working on adf project. in dynamic region , bounded task flow has been using. have requirement if button of browser in clicked user should log out , land on login.jsf page again. task have read 1 article "http://andrejusb.blogspot.in/2011/07/how-to-handle-web-browser-buttons-in.html" , tried same thing. able pop alert window successfully. when click on leave page not send navigation login.jsf page. please let me know how manage confirm box event.
your web-application should not return html post request unless there errors/issues data being submitted, after successful post request web-application should issue http 3xx response, way back/forward buttons not trigger post resubmit.
if you're working multi-page form, such wizard or other workflow, web-application should maintain full state during user's transaction , explicitly support "time travel" in user's workflow. if user presses button , previous-step page loaded, resubmission of step should cause entire workflow's state updated. data must not committed until entire workflow complete. if application cannot conform model have other issues at-hand.
i not have experience oracle's platform, imagine these scenarios possible given standard , expected behavior.
...however, logging user out when pressing button downright bad ux.
Comments
Post a Comment