Skip to main content
1-Visitor
July 26, 2017
Solved

How to refresh whole mashup?

  • July 26, 2017
  • 1 reply
  • 3450 views

I am using auto refresh widget and kept interval as 10 seconds and its not getting refresh.

auto refresh widget need to be placed at particular place to refresh whole page/mashup?

In  mashup am placing tree in left and grid in right side. This grid needs to get refresh at specific interval.

Best answer by AnnaAn

Hi Nisha Bhagtani​,

You need to bind auto refresh widget to the service you want to get refreshed in a period of time(Interval);

in your example, if you only want to refresh the Grid data periodically, you only need to bind Auto Refresh widget to the service you feed data to the Grid.

Please let me know if this is what you want and if need further explanation.

Thanks,

Br,

Anna

1 reply

AnnaAn14-AlexandriteAnswer
14-Alexandrite
July 26, 2017

Hi Nisha Bhagtani​,

You need to bind auto refresh widget to the service you want to get refreshed in a period of time(Interval);

in your example, if you only want to refresh the Grid data periodically, you only need to bind Auto Refresh widget to the service you feed data to the Grid.

Please let me know if this is what you want and if need further explanation.

Thanks,

Br,

Anna

nbhagtani1-VisitorAuthor
1-Visitor
July 26, 2017

Thanks Anna An