You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, im having an issue with routing , let me explain the scenario
PAGE:MAIN
goto(pageA,PARAM1,false)
PAGE: A
-- on BUTTON 1 : goTo(PAGEB,PARAM)
PAGE: B
-- ON BUTTON2
goto(pageA,PARAM1,PARAM2)
When i call the button from pageb to pagea , the first time it works, the second time i call it seems like after execute that, exectus PAGE1.button1 and goes to PAGEB
that makes sense to you?
The text was updated successfully, but these errors were encountered:
Hi, im having an issue with routing , let me explain the scenario
PAGE:MAIN
goto(pageA,PARAM1,false)
PAGE: A
-- on BUTTON 1 : goTo(PAGEB,PARAM)
PAGE: B
-- ON BUTTON2
goto(pageA,PARAM1,PARAM2)
When i call the button from pageb to pagea , the first time it works, the second time i call it seems like after execute that, exectus PAGE1.button1 and goes to PAGEB
that makes sense to you?
The text was updated successfully, but these errors were encountered: