You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jörn Zaefferer (JIRA)" <ji...@apache.org> on 2008/08/28 14:43:44 UTC

[jira] Created: (WICKET-1807) Enable custom mount strategy for homepage

Enable custom mount strategy for homepage
-----------------------------------------

                 Key: WICKET-1807
                 URL: https://issues.apache.org/jira/browse/WICKET-1807
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
            Reporter: Jörn Zaefferer


I need to mount my homepage using a MixedParamUrlCodingStrategy (or any other Strategy that produces a readable URL in combination with CryptedUrlWebRequestCodingStrategy). Currently that isn't possible because Wicket mounts the homepage automatically with no way to configure the strategy - at least I haven't found any way to do that, nor could anyone on the mailing list help me with that, see http://www.nabble.com/Mounting-parameters-on-homepage-td19163461.html#a19163461

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


[jira] Commented: (WICKET-1807) Enable custom mount strategy for homepage

Posted by "Jörn Zaefferer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630161#action_12630161 ] 

Jörn Zaefferer commented on WICKET-1807:
----------------------------------------

A comment on the viability of this request would help a lot. Even a hint at where to look in Wicket's code to implement it myself would be very helpful.

> Enable custom mount strategy for homepage
> -----------------------------------------
>
>                 Key: WICKET-1807
>                 URL: https://issues.apache.org/jira/browse/WICKET-1807
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Jörn Zaefferer
>
> I need to mount my homepage using a MixedParamUrlCodingStrategy (or any other Strategy that produces a readable URL in combination with CryptedUrlWebRequestCodingStrategy). Currently that isn't possible because Wicket mounts the homepage automatically with no way to configure the strategy - at least I haven't found any way to do that, nor could anyone on the mailing list help me with that, see http://www.nabble.com/Mounting-parameters-on-homepage-td19163461.html#a19163461

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


[jira] Commented: (WICKET-1807) Enable custom mount strategy for homepage

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630247#action_12630247 ] 

Igor Vaynberg commented on WICKET-1807:
---------------------------------------

this is not simple. we already have plans in 1.5 to rework this part of wicket to make it more flexible, but that is 1.5.

for now the best you can do, i think, is mount the homepage class onto a different path with whatever strategy you want to use. then if you hit / you will be automatically redirected to the mount.

> Enable custom mount strategy for homepage
> -----------------------------------------
>
>                 Key: WICKET-1807
>                 URL: https://issues.apache.org/jira/browse/WICKET-1807
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Jörn Zaefferer
>
> I need to mount my homepage using a MixedParamUrlCodingStrategy (or any other Strategy that produces a readable URL in combination with CryptedUrlWebRequestCodingStrategy). Currently that isn't possible because Wicket mounts the homepage automatically with no way to configure the strategy - at least I haven't found any way to do that, nor could anyone on the mailing list help me with that, see http://www.nabble.com/Mounting-parameters-on-homepage-td19163461.html#a19163461

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


[jira] Resolved: (WICKET-1807) Enable custom mount strategy for homepage

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

Igor Vaynberg resolved WICKET-1807.
-----------------------------------

    Resolution: Duplicate

duplicate of WICKET-551

> Enable custom mount strategy for homepage
> -----------------------------------------
>
>                 Key: WICKET-1807
>                 URL: https://issues.apache.org/jira/browse/WICKET-1807
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Jörn Zaefferer
>
> I need to mount my homepage using a MixedParamUrlCodingStrategy (or any other Strategy that produces a readable URL in combination with CryptedUrlWebRequestCodingStrategy). Currently that isn't possible because Wicket mounts the homepage automatically with no way to configure the strategy - at least I haven't found any way to do that, nor could anyone on the mailing list help me with that, see http://www.nabble.com/Mounting-parameters-on-homepage-td19163461.html#a19163461

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