You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Ryan Crumley (JIRA)" <ji...@apache.org> on 2007/06/01 01:04:15 UTC

[jira] Created: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

Wicket should provide an easy method to generate absolute urls to bookmarkable pages
------------------------------------------------------------------------------------

                 Key: WICKET-609
                 URL: https://issues.apache.org/jira/browse/WICKET-609
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.3.0-beta1
            Reporter: Ryan Crumley


Currently there is no easy way to generate an absolute url for a book markable page. Something like getFullyQualifiedUrl(String contextRoot, Class page, PageParameters parameters) would be ideal. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

Posted by "Alastair Maw (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alastair Maw reassigned WICKET-609:
-----------------------------------

    Assignee: Alastair Maw

> Wicket should provide an easy method to generate absolute urls to bookmarkable pages
> ------------------------------------------------------------------------------------
>
>                 Key: WICKET-609
>                 URL: https://issues.apache.org/jira/browse/WICKET-609
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.0-beta1
>            Reporter: Ryan Crumley
>            Assignee: Alastair Maw
>             Fix For: 1.3.0-rc1
>
>
> Currently there is no easy way to generate an absolute url for a book markable page. Something like getFullyQualifiedUrl(String contextRoot, Class page, PageParameters parameters) would be ideal. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-609) Wicket should provide an easy method to generate absolute urls to bookmarkable pages

Posted by "Alastair Maw (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alastair Maw updated WICKET-609:
--------------------------------

    Fix Version/s: 1.3.0-rc1
         Priority: Minor  (was: Major)
      Description: Currently there is no easy way to generate an absolute url for a bookmarkable page. Something like getFullyQualifiedUrl(String contextRoot, Class page, PageParameters parameters) would be ideal.   (was: Currently there is no easy way to generate an absolute url for a book markable page. Something like getFullyQualifiedUrl(String contextRoot, Class page, PageParameters parameters) would be ideal. )

This would be useful for specific stuff, like e-mailing people confirmation links and things. We'll need some user input, hence the contextRoot suggestion above, which should possibly be called "fullyQualifiedPrefix", which we should check starts with http:// or https://, probably.

> Wicket should provide an easy method to generate absolute urls to bookmarkable pages
> ------------------------------------------------------------------------------------
>
>                 Key: WICKET-609
>                 URL: https://issues.apache.org/jira/browse/WICKET-609
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.0-beta1
>            Reporter: Ryan Crumley
>            Assignee: Alastair Maw
>            Priority: Minor
>             Fix For: 1.3.0-rc1
>
>
> Currently there is no easy way to generate an absolute url for a bookmarkable page. Something like getFullyQualifiedUrl(String contextRoot, Class page, PageParameters parameters) would be ideal. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.