Actually the url looks OK. It has pageId == 3. You mentioned '9' and I thought this is the problem. If the original url has a pageId and the forwarded one also has the same pageId then it should work.
Martin Grigorov Wicket Training and Consulting On Tue, May 13, 2014 at 4:44 PM, smöker <[email protected]> wrote: > hi, > > thanks! > > can you assist me in creating an absolute form action url from the relative > ones wicket provides? > > my test application is running on http://MYSERVER:MYPORT/MYCONTEXT > > the default form action for the example page de.package.Page would be : > > ./de.package.Page?9-1.IFormSubmitListener-form > > in my world, the absolute url for the method actionUrl would be > > http://MYSERVER:MYPORT > /MYCONTEXT/de.package.Page?9-1.IFormSubmitListener-form > > but wicket debugs out, that no suitable handler can be found using this > absolute url... > > kind regards > > > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Wicket-FormPost-via-ProxyFilter-tp4665803p4665812.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
