You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org> on 2006/08/22 04:17:13 UTC

[jira] Created: (TAPESTRY-1073) make using Anchors in listeners easier

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1073) make using Anchors in listeners easier

Posted by "Henri Dupre (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-1073?page=comments#action_12429615 ] 
            
Henri Dupre commented on TAPESTRY-1073:
---------------------------------------

Talking of Anchors, an @Anchor component would be nice. A component that creates a link to an anchor on the current page (that means the link would work for a form, directlink, externallink, etc.) The component would just need to render the current url + "#" + anchor name. 

> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1073) make using Anchors in listeners easier

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1073?page=all ]

Jesse Kuhnert updated TAPESTRY-1073:
------------------------------------

    Fix Version/s: 4.2
                       (was: 4.1.1)

> 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.2
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org