make using Anchors in listeners easier
--------------------------------------
Key: TAPESTRY-1073
URL: http://issues.apache.org/jira/browse/TAPESTRY-1073
Project: Tapestry
Issue Type: Improvement
Components: Framework
Affects Versions: 4.1.1
Environment: any
Reporter: Jesse Kuhnert
Assigned To: Jesse Kuhnert
Priority: Minor
Fix For: 4.1.1
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...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]