pimaxdev
Posts: 0
Joined: Mon Sep 02, 2013 4:56 pm

Refresh problem with invoked service

Hello !

i have a list of items with a detail page ...

when i click on the item it take me to the details page of the item clicked ... but if i return then i choose another item on the details page i still have the details about the first item ...

the service is invoked but the page still have first result... if i create a button with a manual refresh the i click on i have the correct result ... i don't know why the service is invoked but the page don't have the new result of the query !

Thanks for help !!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Refresh problem with invoked service

When you click on an item, check what is the id of the record on which you clicked.

pimaxdev
Posts: 0
Joined: Mon Sep 02, 2013 4:56 pm

Refresh problem with invoked service

I already checked this ! It ́s OK ... But the invoke service on " load " page don't refresh when we click on other items ... Like she put the result in cache and don't change without manual refresh

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Refresh problem with invoked service

You should use page show event. Load event is fired only once, when the page is loaded into the DOM.

Return to “Issues”