[ 
https://issues.apache.org/jira/browse/WICKET-3216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov resolved WICKET-3216.
-------------------------------------

       Resolution: Won't Fix
    Fix Version/s: 1.5-M4
                   1.4.15

Wicket 1.3.x is not supported anymore. Please consider upgrading if you need 
fixes in Wicket.
Indexed**UrlCodingStrategy works with urls like : /mypage/value1/value2 and 
later pageParameters.get(1) will return "value1". See the javadoc for more 
information.

> Url Page Parameters are coming null when mounted a page with 
> IndexedParamUrlCodingStrategy
> ------------------------------------------------------------------------------------------
>
>                 Key: WICKET-3216
>                 URL: https://issues.apache.org/jira/browse/WICKET-3216
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>         Environment: Windows Xp
>            Reporter: shashi
>             Fix For: 1.4.15, 1.5-M4
>
>
> Hi
> My application was developed in wicket 1.3.1 and i am using 
> IndexedParamUrlCodingStrategy to mount the book markable page in my 
> application class setFriendlyUrls() method like this
> this.mount(new 
> IndexedParamUrlCodingStrategy("/trainexception,TrainExceptionsPage.class));
> and my train exception page has overload constructor with page parametrs as 
> argument when i type the url as 
> http://localhost:8080/itm/secure/jas/trainexception?suiFunctionCommand=te&suiCommandLine=te&suiFunctionTLA=NGT&suiFunctionName=Exceptions%20%28TE%29
> and hit enter constructor with out page parameters are getting called and 
> when i debug and see the page parameters are coming a s null.

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

Reply via email to