I tried to use url.getFragment() in a computed value but that does not work
if set and get the fragment in the same computedField it shows the value set.
So this works, but it is pretty useless.
var url = context.getUrl();
url.setFragment("Test");
"fragment= " + url.getFragment()
So....
#1. I cant get hold of the fragment value using getFragment()
#2. the setFragment method does not update the address bar url
- Thomas