Navigation-rule (Redirecting to an anchor in jsp file)
Hi Guys,
Is there any way I can define navigation-case --> to-view-id to take an anchor defined in destination jsp file?
e.g., if I have destinationl jsp file named destination.jsp and an anchor named "anchor" is defined in that jsp. Is there any way I can do this:
<to-view-id>/destination.jsp#anchor</to-view-id>
I tried doing it the normal way but it didn't worked. Is there any work around for this?

