getting Session state protection violation error for a hidden item that is being set with computation before header - Oracle APEX

前端 未结 2 1568
面向向阳花
面向向阳花 2020-12-17 22:46

I am trying to set the label of an item dynamically using the value of an other hidden item in the same page.

I created a computation for the hidden item in the page

2条回答
  •  执念已碎
    2020-12-17 23:40

    For your hidden item P613_EMPLOYEE_TYPE_LABEL set the Value Protected attribute to NO.

    When Value Protected of an hidden item is set to YES a checksum is generated when your page is loaded. When you submit the page with a different value the checksum is not valid anymore and you get the error.

提交回复
热议问题