Skip to Main Content

APEX

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!

Button does not make the same thing in English and in German

459787Feb 1 2006 — edited Feb 2 2006
Hi

I have created an HTMLDB-Application (HTMLDB 2.0) with two Pages:

Page1 has one Region in which there is one Report and two Buttons. Button1 has the Label 'German' and Button2 has the Label 'English'.

Page2 is a HTML-Page wich only gives a success-Message.

Page1: There is a Process1 wich is activated when Button1 is pressed. The Process sets the 'FSP_LANGUAGE_PREFERENCE' to German (de-ch) which is the Applications primary language. After that the Application branches to Page2

There is a Process2 wich is activated when Button2 is pressed. The Process sets the 'FSP_LANGUAGE_PREFERENCE' to English (en). After that the Application branches to Page2

When the Application has the FSP_LANGUAGE_PREFERENCE = de-ch and I tick the Button2 (English) the Application branches to Page2 and sets the FSP_LANGUAGE_PREFERENCE = en.

When the Application then has the FSP_LANGUAGE_PREFERENCE = en and i tick the Button2 (German) the application only reloads the page and it doesn't start the process and doesn't branch to page2. The same happens when FSP_LANGUAGE_PREFERNCE = en and I press the Button1 (English).

It seems that the Application can not see the processes and the branches when the FSP_LANGUAGE_PREFERENCE is en.

Does anyone have an Idea what could be the reason?

Thanks in advance.

Daniel

null
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2006
Added on Feb 1 2006
3 comments
332 views