Hellou everyone, I use StatelessForm on GlassFish Ent Server 2.1 and I have this prob. When I submit form with method POST and Action url: http://xyz.sk/mymount/wicket:interface/:0:form::IFormSubmitListener:: server send me back status code 400 (There are some problems in the request: invalid URLPatternSpec). When I deploy same app in jetty or tomcat everything works fine. But my production enviroment is GlassFish.
I think that prob is in character ":" in URL, but i dont understand because i debug that all params are decoded thrue WicketURLEncoder.PATH_INSTANCE.encode(string). Do you have some ideas ? Thanks a lot. Dave