tried https://lilo:8443/whisky/app/cat/id/1 ?

you might want to have a look at QueryStringUrlCodingStrategy

On 9/10/07, chickabee <[EMAIL PROTECTED]> wrote:
>
> Here is the constructor of the class i have:
>
>     public CategoryBrowser(final PageParameters parameters) {
>         // Add the simplest type of label
>         add(new Label("message", "Welcome to the Category Browser Page"));
>
>         System.out.println("Param = " + parameters.getString("id") );
>     }
>
>
> When I use the url:
> https://lilo:8443/whisky/app/cat/?id=1
> Not to mention that i have been using the Nice Url here for the above class.
>
> I get the following  in consol output:
> Param = null
>
> Can anyone point out what may b wrong? I expected it to be:
> Param = 1
>
> --
> View this message in context: 
> http://www.nabble.com/Param-%3D-null-tf4413478.html#a12589727
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
http://www.somatik.be
Microsoft gives you windows, Linux gives you the whole house.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to