Hi, I have a problem like this:

I have a process like this: start -> html dialog A -> html dialog B.

In page A, I click proceed and the process exit dialog A and proceed to dialog B. At page B, i click the browser back button and i get an exception because the dialog instance A is already destroyed.

I can use something like FacesContext.getExternalContext().redirect to page B. But this is not good because i heard Ivy has memory leak problem if dialog is not close by using the dialog exit end. Does you have other solutions for this ?

Thanks.

asked 18.01.2018 at 05:21

Anh%20Nguyen's gravatar image

Anh Nguyen
(suspended)
accept rate: 0%


Hi Anh

One solution to this problem is to disable the back button. You find a description how you can do that here:

https://answers.axonivy.com/questions/1450/500-server-error-when-hitting-history-back-button-of-browser

Regards

Reto Weiss, Axon.ivy Support

link

answered 22.01.2018 at 08:24

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857
accept rate: 74%

Hi Reto, Thanks for your suggestion. Does Ivy team plan to address this problem anytime soon ?

(23.01.2018 at 23:05) Anh Nguyen Anh%20Nguyen's gravatar image

There is nothing planned to fix this at the moment.

(24.01.2018 at 02:32) Reto Weiss ♦♦ Reto%20Weiss's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×16

Asked: 18.01.2018 at 05:21

Seen: 1,967 times

Last updated: 24.01.2018 at 02:32