no it is not! - its just 1 way the wicket syntax may be - you should look at mount and the existing coding-strategys as well as (if youre on 1.3 already) on the new HybridUrlCodingStrategy

you can have fllowing URL flavors out of box:

/app/page/value1/value2
(IndexedURLCoding)
/app/page:0
(hybrid)
/app/page/param1/value1/param2/value2
/app/page?param1=value1&param2=value2

(forgot the name of the latter, jsut browse the javadocs)

Regards

Korbinian

PS: you also are free to give wicket a own CodingStrategy by extending any of these strategys

chickabee schrieb:
Simply Amazing! It works like a charm.
So the Wicket syntx is:
https://lilo:8443/whisky/app/cat/param1/value1/param2/value2

Gracias para la ayuda  Fancis!

=====================


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



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

Reply via email to