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


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