Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

i need portal edit mode session variable 12 C

user611775Jul 7 2019 — edited Jul 10 2019

I have created webcenter portal using version 12.2.1.3.

pages are implemented in two languages (English & Arabic) and components on the page are visible based on the language.

i need to view all components if i'm in edit mode. so i need to know the session variable that contains that this page in edit mode.

Comments

Daniel Merchán

Hello,


Can you elaborate or explain better what is your issue or you want to achieve?

Usually in Composer you add components that you can see, if you configured "Rendered" or visibility EL Expressions on them you need to make sure the components, at least, are always rendered in Edit Mode or by a specific Role (like a Portal Manager).

The EL Expression: #{composerContext.inEditMode} tells you if you are in Composer mode (Edit Mode) or not.


If you are not able to see anymore your components you always can fix it manually by editing the Page Source (in Admin Mode) or exporting / importing the corresponding file in MDS.

Kind regards.

1 - 1

Post Details

Added on Jul 7 2019
1 comment
352 views