its pretty easy to create an encoder that will process regular url formatted parameters. maybe that is a better default eventhough it is not as crawler friendly as the other one. you can also change your own implementation to the default by calling applicationsettings.setpageparametersencoder.
hmm, having a parameters encoder that prepends the params with a .html can be interesting. then your mounted pages can look like /app/page.html?param=value kinda funny
-Igor
On 12/3/05, Mark Derricutt <[EMAIL PROTECTED]> wrote:
Igor, cool - looks like that mounting option would suffice :) I just pulled out HEAD but see it uses Maven to build so I'm just gonna go install that.
I assume any additional parameters passed via the traditional ?foo=bar&bar=foo scheme will be added to the PageParameters instance as well?
MarkOn 12/3/05, Igor Vaynberg < [EMAIL PROTECTED]> wrote:set the above up please see the cvs HEAD of wicket-examples - niceurls.