I came across some very odd behaviour today & wondering if anyone might be able to explain it and if there's anything we can do to either fix it or flag it.
The problem came when I tried to do some form work, with my servlet-mapping url-pattern set to "/*". If you do that, forms totally stop working... The submit occurs, but the model just receives null's. This can be easily tested by changing the forminput's mapping in the wicket-example's web-xml and trying the example... Not a pretty sight! It's not at all obvious what the problem is, as it only appears on a submit, but after a few hours I happened to notice the "/*" & thought I'd try changing that (back) to "/app/*". The fact that Wicket does default to "/app/*" makes me suspicious and if it is a "feature", it needs some comments in the example web.xml's... So, anyone able to suggest what might be going on? /Gwyn ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
