Refresh
While clicking button in one mashup, I want to refresh another mashup. How to do this.
While clicking button in one mashup, I want to refresh another mashup. How to do this.
Refreshing a mashup can be two concepts.
1. Refreshing the data displayed - you would use the click to trigger an event (using either session or mashup parameter perhaps) to fire a Service
2. Refresh whole mashup - you would now trigger into the Expression widget and do a location.reload()
Also there is a pathway through the use of 'GetProperties' Push Update from Server option, you would still need to use a Mashup parameter to convert a property update into an event.
Lastly and ugliest, would be a timer on the mashup you want to refresh, that 'checks' if it needs to refresh.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.