This site is currently read-only as we are migrating to Oracle Forums for an improved community experience. You will not be able to initiate activity until January 31st, when you will be able to use this site as normal.

    Forum Stats

  • 3,890,899 Users
  • 2,269,649 Discussions
  • 7,916,821 Comments

Discussions

Problem with value of a list Item

Yosof
Yosof Member Posts: 126
edited Feb 6, 2014 12:17PM in APEX Discussions

Hello;

I use APEX 4.2 , i have a forme with Two Liste Items : The second one display items depending on the value of the first one, example

Country [LISTE_OF_COUNTRIES]

City : [LISTE_OF_CTIES]

My problem is when i submit the form , i lost the value of my [LISTE_OF_CITIES] , its initialised ,

Anay help

Tagged:

Answers

  • John Kolden-Oracle
    John Kolden-Oracle Posts: 120 Employee
    edited Feb 6, 2014 12:18PM

    Open the item and select the Source tab. check the Source Used LOV for your LISTE_OF_CTIES item. It is probably set to "Always, replacing any existing values in session state". Set it instead to 'Only when the current value in session state is Null' and then try again.

    This should solve your problem.

    cheers,

    john

This discussion has been closed.