Challenge Question Detection and Redirection

After installing OIM 11g, users are not automatically redirected to set challenge questions on first login. None of the users have challenge questions set and, as I understand it, OIM should detect this and redirect the user to the set challenge page before proceeding.
Where can I assure this check is set and/or modify it?

I didn't run the SQL, but here is the server.out error:
<Mar 28, 2012 11:15:52 AM CDT> <Error> <oracle.adfinternal.controller.state.SessionBasedScopeMap> <ADFC-62004> <ADFc: Scope object serialization failed (object not serializable), scope='pageFlowScope[taskflows/forgotpassword/ForgotPassword-taskflow.xml#ForgotPassword-taskflow]', objectKey='challengeQuestionsBean', objectType='oracle.iam.forgotpasswordtaskflow.backing.taskflows.ChallengeQuestionsDisplayBean'.>
<Mar 28, 2012 11:15:52 AM CDT> <Error> <oracle.adfinternal.controller.state.SessionBasedScopeMap> <BEA-000000> <
java.io.NotSerializableException: javax.security.auth.login.LoginContext
at java. ...
OIM is seeing that questions are not set.

Similar Messages

  • How to redirect user from login page to "Set Challenge question" page

    How to redirect user from login page to "Set Challenge question" page (NOT custom page) after 3 un successful password attempts?
    Meaning when user types wrong password 3 times they will be redirected to set Challenge question page. If user answers the challenge question then password reset page should be appeared other wise (after remaining 3 un successeful challenge question answers) account should be locked out.
    thanks for your help.

    hi sandeep
    Thanks for your answer. Let me ellaborate more on the requirement here.
    - Password Policy and Lost Password management are set up in the identity system
    - Configure login tries allowed= 5. Verify accout is lock out after 5 unsucessful login.
    This is what need to achieve.
    1) If a user attempts to login 3(not 5) times using an incorrect login credential he/she should be redirected to set challenge question (security question) page.
    2) Then if the user attempts (remaining) 2 times incorrect challenge answer then his/her account should be locked out.
    3) If he/she answers the challenge answer correctly then he/she should be redirected to password reset page.
    Is this possible?

  • Self registration and challenge questions

    Hi All,
    From OIM, under Self-Register a user may Create Request for self registration. The user would be presented with the "User Information" fields to fill out. The user is also asked to answer some pre-defined challenge questions.
    Please help me with the following questions:
    1. Is there a way to not ask the challenge questions on this User Self-Registration form?
    2. Would it be possible to use some of the "User Information" fields such as MMDD of DOB, last 4 SSN, etc... to automatically populate the answers and questions in the PCQ table? This is to avoid asking the user to fill in the same values twice, once in the User Information fields and another time in the Challenge questions.
    Thanks

    Thank you for all your suggestions.
    After I changed the system configuration as stated in my second post message, I could no longer login to OIM. After I input the userID (xelsysadm) and password, the same login page showed up again without any error message.
    When I tried "Forgot Password?" and input the UserID (xelsysadm), I got the message:
    Your Oracle Identity Manager challenge Questions are not defined. Contact your System Administrator.
    When I tried to login to the Design Console as xelsysadm, I get this error:
    Sep 12, 2008 12:11:23 PM oracle.j2ee.rmi.RMIMessages EXCEPTION_ORIGINATES_FROM_T
    HE_REMOTE_SERVER
    WARNING: Exception returned by remote server: {0}
    oracle.oc4j.rmi.OracleRemoteException: java.lang.NullPointerException
    at com.evermind.server.ejb.EJBUtils.getUserException(EJBUtils.java:346)
    at com.evermind.server.ejb.interceptor.system.AbstractTxInterceptor.conv
    ertAndHandleMethodException(AbstractTxInterceptor.java:69)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invo
    ke(TxRequiredInterceptor.java:52)
    What did I do wrong?
    Thanks

  • Folder with question mark and the computer is unable to detect Macintosh HD

    Turning on the computer, there is a gray folder with a question mark and it is flashing. Then, I turn off the computer, and go to boot by clicking option at the same time. After I get into the screen, I try to reinstall my computer, but it can not detect the Macintosh HD or other driver that there is no place to install the system. I try to turn on my computer when clicking left ****, left control, and left option. It does not work also. Is there any thing i can do?
    can i go to saft mode?

    There isn't anything you can do for there. If you have a 2012 MBA your solid state drive has probably failed (mine did two weeks ago). I wasn't able to get into safe mode or do anything with it. I installed the OS onto a USB to get onto the machine properly, but I couldn't get into the hard drive.
    If the SSD has failed, you will need to replace the drive, make an appointment with Apple and see if they can help you. If you are outside your warranty there is still a chance they will replace it for free.

  • Challenge question and password migration from oimm 10g to 11g r2

    hi all,
    can you please tell me how do i do the migration of oim 10g user's password and challenge questions to oim 11g r2. Do we have any api to do it. these values are in encrypted format in oim db.
    thanks

    Run your sql query to output the encrypted fields to a flatfile or csv, and include the usr_login field so you know which user to assign the values to.
    Copy your config folder from your oim server and create a patch like c:\xellerate\config. In your code, when you connect to OIM, use this:
    System.setProperty("XL.HomeDir", "c:/xellerate");
    System.setProperty("java.security.auth.login.config", "c:/xellerate/config/authwl.conf");
    Now, when you read the file and have the encrypted field, use this code:
    String decryptValue= tcCryptoUtil.decrypt(encryptValue, "DBSecretKey");
    Now that you have the unencrypted value from your 9x instance, you can use the APIs to set challenge questions, and set user passwords with the 11g APIs.
    -Kevin

  • RE: Extracting  OIM Password and Challenge Questions

    Hi,
    I am trying to look at the best way to extract OIM password and challenge questions from one system to another and wondered if any one could point me in the right direction. I am guessing that I need to use the UnauthenticatedSelfService API.
    Regards,
    Simon

    //Get Challenge Questions
    Long l = moResultSet.getLongValue("Users.Key");
    >>
    challengeQues = moUserUtility.getChallengeValuesForUser(l);
    if(challengeQues != null) {
    String s[] = challengeQues.getColumnNames();
    for (int k = 0; k < challengeQues.getTotalRowCount(); k++) {
    challengeQues.goToRow(k);
    String question = challengeQues.getStringValue("Users.Password Challenge Question.Question");
    String answer = challengeQues.getStringValue("Users.Password Challenge Question.Answer");

  • OIM Challenge question and answers

    Hi,
    Is there some way I can prevent users from putting in the same answer for all the challenge questions?
    For example OOTB you can say sam, sam and sam for all 3 challenge questions.
    Thanks in advance.

    Yes, you can easily add additional questions to the Lookup.WebClient.Questions Lookup to allow some additional choices. We have added quite a few additional choices, we have noticed that removing them once people have selected them causes some errors.
    You can also customize the required number of questions to select when each user sets them up as well as the number required to be correct to reset the password, these options are in the System Configuration settings.
    If you need multi-language versions of the questions, you will also need to modify the appropriate language resource file in the xlWebApp.war file to provide the necessary translations for the values entered into the Lookup.

  • Submit Action and Redirect page in Tabular form Column Link

    Hi All,
    I have a scenario to submit the current page and redirect to another page with the arguments, when i clink on the link which is created using column link in Report Attributes.
    I can able to perform the submit action, but redirection is not happening.
    Created a column link on non database column by providing
    Link Attribute :     <a href="#" onclick="doSubmit('SAVE')">#FAM_DET#</a>
    Target : Page in this application
    Page : 7
    Item name : P7_TRAVEL_REQ_ID
    item Value: #TRAVEL_REQ_ID#
    Item name : P7_TRAVEL_REQ_LINE_ID
    item Value: #TRAVEL_REQ_LINE_ID#
    Can anyone help me out to resolve this.

    811598 wrote:
    Please update your forum profile with a real handle instead of "811598".
    When posting a question here, always include the following information:
    Full APEX version
    Full DB/version/edition/host OS
    Web server architecture (EPG, OHS or APEX listener/host OS)
    Browser(s) and version(s) used
    I have a scenario to submit the current page and redirect to another page with the arguments, when i clink on the link which is created using column link in Report Attributes.
    I can able to perform the submit action, but redirection is not happening.
    Created a column link on non database column by providing
    Link Attribute :     <a href="#" onclick="doSubmit('SAVE')">#FAM_DET#</a>
    Target : Page in this application
    Page : 7
    Item name : P7_TRAVEL_REQ_ID
    item Value: #TRAVEL_REQ_ID#
    Item name : P7_TRAVEL_REQ_LINE_ID
    item Value: #TRAVEL_REQ_LINE_ID#
    Remove the link attribute (what you have used there is not the correct way to use this property anyway).
    Change the target page to the same page as the report.
    Set the Column Link Request property to BRANCH_TO_PAGE_ACCEPT|SAVE.
    Create an On Submit: After Processing (After Computation, Validation, and Processing) branch to page 7, conditional on the SAVE request.
    If the SAVE request can be triggered by something other than the report link (e.g. a Save button) then use another request value that will trigger the required page process in the link request and branch condition, e.g. BRANCH_TO_PAGE_ACCEPT|APPLY and APPLY respectively.
    Note that there is a bug in BRANCH_TO_PAGE_ACCEPT processing in APEX 4.2.3 and a patchset exception must be installed for this approach to work on this APEX release.

  • OIM.. challenge questions one at a time

    Hello,
    I have a requirement in OIM wherein when a user logs, the challenge questions needs to be posted one a time, rather than all the questions. I could not find any hint from system properties or in tables of OIM. Wanted to know if this do-able and if yes, what parameters need to be set?
    Any help is appreciated.
    Thank you..

    Does that mean, I have to write a custom code for this feature??

  • I can't remember my security question answers and I can't purchase anything in the iTunes Store.

    So I wanted to buy an app on my new iphone 5 right? Well, the store popped up, window was asking my password all the usual. Until it asked for the answers to my security questions. They were my first teacher, and my favorite teacher. Now because I made this account almost 6 years ago, I honestly cannot remember the answers to these questions! I cannot recall if I had put my actual FIRST teacher's name, or if it was the first teacher who pooped into my head. Ad my favorite teacher? Well that changes daily so who the heck knows what I had then. I just want apple to reset everything for me and let me choose new security questions. I did it for my sister's account, but it won't let me until I answer these darn questions. Someone please help!!

    Reset Security Questions
         There are several different methods. Try one. If it doesn't work,
         then try the next one. Don't try to do everything at once.
    Frequently asked questions about Apple ID
    Manage My Apple ID
    Note: you may need to continue entering false answers to the questions until you trigger the response needed to start making changes. It will take six or nine retries.
    Or you can email iTunes Support at iTunes Store Support.
    If all else fails:
      1. Go to: Apple Express Lane;
      2. Under Product Categories choose iTunes;
      3. Then choose iTunes Store;
      4. Then choose Account Management;
      5. Now choose iTunes Store Security and answer the bullet questions, then click
          Continue;
      6. Sign in with your Apple ID and press Continue;
      7. Under Contact Options fill out the information and advise iTunes that you would
          like your security/challenge questions reset;
      8. Click Send/Continue.
    You should get a response within 24 hours by email.
    In the event you are unsuccessful then contact AppleCare - Contacting Apple for support and service.
    Another user had success doing the following:
    I got some help from an apple assistant on the phone. It is kind of round about way to get in.
    Here is what he said to do and it is working for me...
      a. on the device that is asking you for the security questions go to "settings", > "store" >
          tap the Apple ID and choose view"Apple ID" and sign in.
      b. Tap on payment information and add a credit/debit card of your preference then select
          "done", in the upper right corner
      c. sign out and back into iTunes on the device by going to "settings"> "store" > tap the
          Apple ID and choose "sign-out" > Tap "sign -in" > "use existing Apple ID" and you
          should be asked to verify your security code for the credit /debit card and NOT the
          security questions.
      d. At this time you can remove the card by going back in to edit the payment info and
          selecting "none" as the card type then saving the changes by selecting "done". You
          should now be able to use your iTunes store credit without answering the security
          questions.
    It's working for me ...I just have to put in my 3 digit security pin from the credit card I am using.
    Good Luck friends!

  • I need to reset my challenge questions

    I need to reset my challenge questions.

    Reset Security Questions
    Frequently asked questions about Apple ID
    Manage My Apple ID
    Or you can email iTunes Support at iTunes Store Support.
    If all else fails:
      1. Go to: Apple Express Lane;
      2. Under Product Categories choose iTunes;
      3. Then choose iTunes Store;
      4. Then choose Account Management;
      5. Now choose iTunes Store Security and answer the bullet questions, then click
          Continue;
      6. Sign in with your Apple ID and press Continue;
      7. Under Contact Options fill out the information and advise iTunes that you would
          like your security/challenge questions reset;
      8. Click Send/Continue.
    You should get a response within 24 hours by email.
    In the event you are unsuccessful then contact AppleCare - Contacting Apple for support and service.
    Another user had success doing the following:
    I got some help from an apple assistant on the phone. It is kind of round about way to get in.
    Here is what he said to do and it is working for me...
      a. on the device that is asking you for the security questions go to "settings", > "store" >
          tap the Apple ID and choose view"Apple ID" and sign in.
      b. Tap on payment information and add a credit/debit card of your preference then select
          "done", in the upper right corner
      c. sign out and back into iTunes on the device by going to "settings"> "store" > tap the
          Apple ID and choose "sign-out" > Tap "sign -in" > "use existing Apple ID" and you
          should be asked to verify your security code for the credit /debit card and NOT the
          security questions.
      d. At this time you can remove the card by going back in to edit the payment info and
          selecting "none" as the card type then saving the changes by selecting "done". You
          should now be able to use your iTunes store credit without answering the security
          questions.
    It's working for me ...I just have to put in my 3 digit security pin from the credit card I am using.
    Good Luck friends!

  • URGENT : Challenge questions query: Oracle Access Manager 10g

    Hi all,
    This is a query regarding password challenge questions in Oracle Access Manager 10g. We have created password policies for a specific container in OID (say cn=xxx,cn=users,dc=oracle,dc=com) and it is working fine.
    In order to exclude certain set of users (say user ABC ) for password policies, we have set the obpasswordchangeflag to false for those users which are in same container for which password policy is created.
    When we try to login to the application with the user say ABC, I am not seeing any reset password page - I am happy till this point. However it is showing Configure Challenge questions page. Is there any way to bypass this page? Or is this the expected behavior?
    This is very urgent and prompt reply is very much appreciated.
    -Mahendra

    Hi Mahendra,
    This is expected behaviour. In order to exclude the password policy management for some certains user for particular domain/container. please add the below configuration parameter to your OAM10g password policy.
    Password Policy Filter Field     (!(|(cn=xxx)(cn=abc)))
    ----Ajay

  • How to make detection and acquasition processes faster on 6602 board ?

    Hi to everybody,
    Currently I am using a NI 6602 board. And I am designing my project using VC++ in .NET framework(1.1) .
    In my application, I have to wait a digital signal(triggering signal) to go high level to start my acquasition.
    At first, I tried to check continuously that incoming digital signal in a seperate thread using ReadSingleSampleSingleLine() fxn (polling). In my application there aren't so much threads , just 3-4 threads, and this thread has the highest priority.
    But I recognised that I am missing some acquasition data after I detect the trigger signal.
    In more detail the case is: when the trigger signal arrives, I have to capture an incoming byte(which is available on another 8 digital input lines for just 5-6 microseconds).
    And the problem is : I can detect the trigger signal by polling but I am missing the incoming byte. I am trying to detect the incoming byte using ReadSingleSamplePortByte() function again by polling. The incoming byte disappears before I manage to read it.
    My fist question:
    1. Is there anything that you can suggest to make my detection and acquasition process faster?
    I tried to use digital edge triggering and change detection events hoping to faster my process. But I got an exception about my board does not support that kind of triggering.
    My second question:
    2. Is there any way to use digital edge triggering or change detection events in 6602 board?
    This is the first time I am using an NI board.
    I noticed that 6602 is specialized on timer counter concepts, not on digital I/O concepts. But I don't have a chance to use any other board right now and I have to manage my application using 6602.
    any help is welcomed.
    thanks in advance.
    koray.

    In a more readable form:
    Hi to everybody,
    Currently I am using a NI 6602 board. And I am designing my project using VC++ in .NET framework(1.1) .
    In my application, I have to wait a digital signal(triggering signal) to go high level to start my acquasition.
    At first, I tried to check continuously that incoming digital signal in a seperate thread using ReadSingleSampleSingleLine() fxn (polling). In my application there aren't so much threads , just 3-4 threads, and this thread has the highest priority. But I recognised that I am missing some acquasition data after I detect the trigger signal.
    In more detail the case is: when the trigger signal arrives, I have to capture an incoming byte(which is available on another 8 digital input lines for just 5-6 microseconds).
    And the problem is : I can detect the trigger signal by polling but I am missing the incoming byte. I am trying to detect the incoming byte using ReadSingleSamplePortByte() function again by polling. The incoming byte disappears before I manage to read it.
    My fist question:
    1. Is there anything that you can suggest to make my detection and acquasition process faster?
    I tried to use digital edge triggering and change detection events hoping to faster my process. But I got an exception about my board does not support that kind of triggering.
    My second question:
    2. Is there any way to use digital edge triggering or change detection events in 6602 board?
    This is the first time I am using an NI board. I noticed that 6602 is specialized on timer counter concepts, not on digital I/O concepts. But I don't have a chance to use any other board right now and I have to manage my application using 6602.
    any help is welcomed.
    thanks in advance.
    koray.

  • OIM11g - disable set password on first logon + force challenge questions

    Hi all,
    I was initially trying to work out how to stop forcing users to set their passwords on first login. Initially by using the Force Password Change at First Login flag.
    I found the following in metalink:
    BUG:10256559: DOCUMENT THAT XL.FORCEPASSWORDCHANGEATFIRSTLOGIN NO LONGER USED IN 11G
    The system property "Force Password Change at First Login" is not used in Oracle Identity Manager 11g Release 1 (11.1.1). Setting this property has no effect.
    I have also tried setting all of the flags on a user relating to this manually, but that hasn't worked either e.g.
    usr_change_pwd_at_next_logon
    usr_pwd_must_change
    I saw the following workaround in metalink:
    How To : How to Disable Change Password At Next Logon in OIM 11g
    Go to EM and change the ssoEnabled flag as per below instructions
    1. Go to WebLogic Domain -> <Domain Name>
    2. Right click and open 'System MBean Browser'
    3. In the 'System MBean Browser' left panel, go to 'oracle.iam' -> Server:<server name> --> Application:oim --> XML Config --> Config --> XMLConfig.SSOConfig --> SSOConfig
    4. Set the SsoEnabled flag to 'true' and apply
    Which works, however it also prevents challenge questions being forced on a user, which we want.
    Does anyone know how to do this?
    Thanks!

    yes, system property doesn't work in this case. you can try the simple test case
    1. create a new user
    2. login to oim db and update usr set usr_change_pwd_at_next_logon=0 for newely created user. (default value is 1)
    3.commit the change in db
    4. close the browser or clear cache. sometime it pick the value from cache. better close the the browser and open it
    5. login with the new user it won't ask for the password change but it will force to set question.

  • Challenge Questions

    Hi All
    I changed the number of the challenging questions and the required answers as well under OIM system configurations from 3 to 1 but right now when I am trying to user the "forgot password" functionality from OAM login page (we have OIM OAM integration scenario) then I am getting the following error message.
    can you please let me know if changing the number of the challenging questions requires some other changes in the system configurations or this is a product issue ?
    Thanks All
    Assertion failed: Incorrect use of AdfRichUIPeer.GetDomNodeForCommentComponent.AdfRichOutputLabel [oracle.adf.RichOutputLabel] id=pt1:_d_reg:region0:1:ol1
    StackTrace:
    anonymous(x217)
    [AdfRichOutputLabel [oracle.adf.RichOutputLabel] id=pt1:_d_reg:region0:1:ol1]
    anonymous(x246)
    [AdfRichOutputLabel [oracle.adf.RichOutputLabel] id=pt1:_d_reg:region0:1:ol1]
    anonymous()
    anonymous(x58)
    [AdfRichDocument [oracle.adf.RichDocument] id=d1,AdfRichForm [oracle.adf.RichForm] id=pt1:ptf1,AdfRichPanelStretchLayout [oracle.adf.RichPanelStretchLayout] id=pt1:_sh_ptpsl4,AdfPageCustomizable [oracle.adf.page.PageCustomizable] id=pt1:_sh_pc1,AdfRichPanelStretchLayout [oracle.adf.RichPanelStretchLayout] id=pt1:ptpsl1,AdfRichPopup [oracle.adf.RichPopup] id=pt1:_diags:_dgTfRg,AdfRichPopup [oracle.adf.RichPopup] id=pt1:_diags:_unswar,AdfRichPopup [oracle.adf.RichPopup] id=pt1:_diags:_maxtab,AdfRichPopup [oracle.adf.RichPopup] id=pt1:_diags:_unsm,AdfRichPopup [oracle.adf.RichPopup] id=pt1:_diags:_sh_mcp0,AdfRichPopup [oracle.adf.RichPopup] id=pt1:_diags:p1,AdfRichPanelSplitter [oracle.adf.RichPanelSplitter] id=pt1:ptps1,AdfRichNavigationPane [oracle.adf.RichNavigationPane] id=pt1:_shgnp1,AdfRichStatusIndicator [oracle.adf.RichStatusIndicator] id=pt1:ptsi1,AdfRichDecorativeBox [oracle.adf.RichDecorativeBox] id=pt1:ptdb1,AdfRichPanelStretchLayout [oracle.adf.RichPanelStretchLayout] id=pt1:pt_psl1,AdfRichDecorativeBox [oracle.adf.RichDecorativeBox] id=pt1:pt_db1,AdfRichPanelStretchLayout [oracle.adf.RichPanelStretchLayout] id=pt1:ptpsl2,AdfRichNavigationPane [oracle.adf.RichNavigationPane] id=pt1:pt_np1,AdfRichCommandNavigationItem [oracle.adf.RichCommandNavigationItem] id=pt1:pt_np1:_modp_0,AdfRichPanelStretchLayout [oracle.adf.RichPanelStretchLayout] id=pt1:ptpsl3,AdfRichPanelSplitter [oracle.adf.RichPanelSplitter] id=pt1:ps1,AdfRichPanelStretchLayout [oracle.adf.RichPanelStretchLayout] id=pt1:_sh_psl4,AdfRichDecorativeBox [oracle.adf.RichDecorativeBox] id=pt1:_sh_db2,AdfRichPanelStretchLayout [oracle.adf.RichPanelStretchLayout] id=pt1:_sh_ps2,AdfRichNavigationPane [oracle.adf.RichNavigationPane] id=pt1:_sh_np2,AdfRichCommandNavigationItem [oracle.adf.RichCommandNavigationItem] id=pt1:_sh_np2:_dtb_0,AdfRichPanelStretchLayout [oracle.adf.RichPanelStretchLayout] id=pt1:_sh_psl1,AdfRichRegion [oracle.adf.RichRegion] id=pt1:_d_reg:region0,AdfRichDecorativeBox [oracle.adf.RichDecorativeBox] id=pt1:_d_reg:region0:1:db1,AdfRichPanelStretchLayout [oracle.adf.RichPanelStretchLayout] id=pt1:_d_reg:region0:1:psl1,AdfRichTrain [oracle.adf.RichTrain] id=pt1:_d_reg:region0:1:challengeResponseTrain,AdfRichCommandTrainStop [oracle.adf.RichCommandTrainStop] id=pt1:_d_reg:region0:1:challengeResponseTrain:0:_afrStopNavItem,AdfRichCommandTrainStop [oracle.adf.RichCommandTrainStop] id=pt1:_d_reg:region0:1:challengeResponseTrain:0:_afrStopNavItem,AdfRichCommandTrainStop [oracle.adf.RichCommandTrainStop] id=pt1:_d_reg:region0:1:challengeResponseTrain:1:_afrStopNavItem,AdfRichCommandTrainStop [oracle.adf.RichCommandTrainStop] id=pt1:_d_reg:region0:1:challengeResponseTrain:1:_afrStopNavItem,AdfRichCommandTrainStop [oracle.adf.RichCommandTrainStop] id=pt1:_d_reg:region0:1:challengeResponseTrain:2:_afrStopNavItem,AdfRichCommandTrainStop [oracle.adf.RichCommandTrainStop] id=pt1:_d_reg:region0:1:challengeResponseTrain:2:_afrStopNavItem,AdfRichPanelHeader [oracle.adf.RichPanelHeader] id=pt1:_d_reg:region0:1:challengeResponseHeader,AdfRichOutputLabel [oracle.adf.RichOutputLabel] id=pt1:_d_reg:region0:1:requiredFieldLabel,AdfRichCommandButton [oracle.adf.RichCommandButton] id=pt1:_d_reg:region0:1:backButton,AdfRichCommandButton [oracle.adf.RichCommandButton] id=pt1:_d_reg:region0:1:nextButton,AdfRichCommandButton [oracle.adf.RichCommandButton] id=pt1:_d_reg:region0:1:saveButton,AdfRichCommandButton [oracle.adf.RichCommandButton] id=pt1:_d_reg:region0:1:cancelButton,AdfRichOutputLabel [oracle.adf.RichOutputLabel] id=pt1:_d_reg:region0:1:ol1,AdfRichDialog [oracle.adf.RichDialog] id=d1::msgDlg,AdfDialogServicePopupContainer [oracle.adfinternal.DialogServicePopupContainer] id=afr::DlgSrvPopupCtnr]
    anonymous()
    [[object Event]]
    Thanks

    This seems more of browser issue. Refer here:
    Incorrect use of AdfRichUIPeer
    https://kr.forums.oracle.com/forums/thread.jspa?threadID=1030620
    I hope this helps.
    regards,
    GP

Maybe you are looking for