I share my experience building web applications using Oracle’s JDeveloper and Application Development Framework (ADF). You’ll find techniques mostly related to ADF Business Components (ADFBC) and ADF Faces.
We are still in the need for developing a shuttling interface for our customer. If you have an step – by step or documentation to use for developing the selectmanyshuttle using jSF/TopLink, please let us know.
It is a quite interesting question. Actually the only “workaround” i have found is to highlight the commit and rollback buttons when they get enabled (with something like #{bindings.Commit.enabled? ‘background-color:rgb(255,0,0);’:”} in the InlineStyle attribute).
For preventing user to close the internet explorer window, i’m not sure that a solution exists (may be a pop-up could be triggered?). But i think there is a possibility to prevent the navigation by adding some global rules which could be tested before each navigation, but unfortunately i don’t know how to do. Also if somebody find the solution, i will use it with pleasure.
July 10, 2007 at 11:27 am |
Is there any (core) way to prevent that a user exit from a window before commit or rollback any changes?.
Thanks in advance.
July 11, 2007 at 9:33 am |
Sir Ragnar,
Interesting that you commented to a page that doesn’t yet exist; however, I don’t know of any way to do what you are asking.
John
July 11, 2007 at 1:19 pm |
We are still in the need for developing a shuttling interface for our customer. If you have an step – by step or documentation to use for developing the selectmanyshuttle using jSF/TopLink, please let us know.
Thank you in advance for your time.
Kamran
August 8, 2007 at 2:26 pm |
Hi,
It is a quite interesting question. Actually the only “workaround” i have found is to highlight the commit and rollback buttons when they get enabled (with something like #{bindings.Commit.enabled? ‘background-color:rgb(255,0,0);’:”} in the InlineStyle attribute).
For preventing user to close the internet explorer window, i’m not sure that a solution exists (may be a pop-up could be triggered?). But i think there is a possibility to prevent the navigation by adding some global rules which could be tested before each navigation, but unfortunately i don’t know how to do. Also if somebody find the solution, i will use it with pleasure.
Best regards,
Tristan
June 25, 2008 at 12:55 pm |
Hi John