hi
I dont think that this approach work, I will simplify the example.
I have page1 that contains a portlet link to page2. If I in the page1 dont use portletLink with ResetState=true then the page2 is loaded with data from DB only in the first time. This is a problem because if someone changes the data I will view old data. So from in the Page1 I need the ResetState=true.
However in page2 I have some Async actions. In my tests I saw:
Async actions from page2 never call the server side when in page1 I have ResetState=true.
Async actions from page2 call the server side when in page1 I have ResetState=false.
So that’s why I wanted to remove the ResetState parameter but only in the second page (since it seems it’s being added in the URL for the Async Actions).
So the question is: for my problem the best way is to remove the ResetState? if yes how? in javascript???
The problem can be solved in a different way?
Thanks
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods