on 2004 Apr 10 3:44 PM
Hello:
It is needed to for an event on an iView, the whole page
has to be reloaded, as if user clicked the page link on
the top level navigation level 2.
I used
document.URL = "<targetUrl gotten thro' URLGenerator>";
and
EPCM.doNavigate = "<targetUrl gotten thro' URLGenerator>";
First approach it didn't do anything. For the second
approach it gave out an error like 'hrnp' or something.
Any help is highly appreciated,
Prasad Nutalapati
Prasad,
Try triggering the following on your event. This gets the address of the current page and then calls it.
String targetURL = componentRequest.createComponentURL(componentRequest.getNode(), null);
location.href = '<%=targetURL%>';
Regards,
Paul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
11 | |
10 | |
10 | |
9 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.