> Where is this mounting done?  What about parameter values?

You would typically do this in your application class, and parameters
are converted to part of the path or something else depending on how
you configure things. See for a simple example "niceurl" of
wicket-examples.

> What I've got is really quite simple.  I have a static HTML page on an old
> web site that needs to link to a wicket page.  The wicket page pulls up a
> list of products based on the category provided in the querystring parameter
> in the URL.
>
> ?catid=1
> ?catid=2
> etc....

/mysite/mymount/catid/1

Eelco

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

Reply via email to