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]

Reply via email to