On 9/10/07, chickabee <[EMAIL PROTECTED]> wrote: > > These strategies are pretty nice, but the question remains why the > decoder() > method pukes out when there is mismatch of key value pairs. Hacker will be > very happy with the current state of implementation.
only if you deploy your application in development mode. in deployment mode only the "internal error" page. see IApplicationSettings#setInternalErrorPage(Class) gerolf ================================= > > Korbinian Bachl wrote: > > > > 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¶m2=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] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Param-%3D-null-tf4413478.html#a12590606 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
