Skip to Content
0
Former Member
Dec 04, 2006 at 05:44 PM

completely Refreshing an BSP-iView

44 Views

Hi,

I am looking for a (Javascript) method to refresh a BSP iView. The code should be inserted inside the event handler of an incoming portal event.

The iView has been added to a portal page.

I just tried:

window.location.reload();

and:

location.href=location.href

but none of it works correctly.

The code (both) reloads the BSP iView but it has not the same effect as if I manually select the "Refresh" button within the iView menu.

I can see that the effect is not the same because my BSP application only works correct after refreshing if I do it manually. But I must automatic it for productive usage.

Thanks a lot for every tip.

Regards,

Henning