How to pass parameters from one page to another page in Oracle APEX

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • Passing parameter from one page to another page when clicking button Button behavior: 1)submit page 2) redirect to URL: apex.submit('Next'),Next is the name of the button After Processing: Branches, Page or URL

КОМЕНТАРІ • 8

  • @ashivagireesh2728
    @ashivagireesh2728 3 місяці тому

    Thanks for the session ,It really helped a lot

  • @19_Wish
    @19_Wish 3 місяці тому

    I love your videos.

  • @ferrinsonfranco7214
    @ferrinsonfranco7214 Місяць тому

    Hello Weili, thank you very much for your teachings. I did not understand why the values ​​sent in the parameters of the "Set Items" section using the Button option: "Redirect to Page in this Application" are not the same values ​​existing in the session state, and what makes it necessary to use one of the other 2 alternatives that you explain. Thank you so much !!!

    • @weililiu2119
      @weililiu2119  Місяць тому

      Because 'Redirect to Page in this Application' doesn't request and pass the parameter to the server, and in page 12, I used dynamic action to get the value of original salary, current salary which are in the client side, not in server. Session is only stored in the server side, so we should submit the page to get the new session value. Hope it is helpful for your future developing. Thank you for asking.

    • @ferrinsonfranco7214
      @ferrinsonfranco7214 Місяць тому

      @@weililiu2119 Thank you Weili

  • @Hussain54321
    @Hussain54321 6 місяців тому

    Good job

  • @fernando.jimenez
    @fernando.jimenez 6 місяців тому

    Did you try that with a "to" page that is a modal (a drawer, for example)

    • @weililiu2119
      @weililiu2119  6 місяців тому

      If the window is model, it is working.