Description
Within listener methods it is currently very awkward to try returning someone to an anchor tag on a page.
Try to make this a little easier. Perhaps introduce a new object - Anchor - that can be returned from a listener method. To keep the concept in line with the rest of the system will probably also need to provide similar IRequestCycle.activate(IPage page, IAnchor anchor) and IRequestCycle.activate(String pageName, IAnchor anchor) AND IRequestCycle.activate(IPage page, String anchor) AND IRequestCycle.activate(String pageName, String anchor) methods...