* ChuckDeal:
> 
> Upon debugging the problem,
> AbstractRequestTargetUrlCodingStrategy.decodeParameters actually gets called
> twice; first with "/mode/add" (as expected), but then (i can't tell exactly
> when, but around the time the page is actually rendering) it gets called
> with "mode/:/0" (not expected, and incorrect which is causing the
> exception).

Please track all HTTP requests made on Wicket.  You probably have
some weird static resource (image?) loading in your page that has
a wrong relative path.
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to