Hi,
  I've got a form, which I'm processing with Ajax, but I need to go
onto a different page once it submits correctly.  The problem I'm
seeing is that if I do a
   setResponsePage(Sent.class);

then the URL that's being generated is:
  http://.../xyz/?wicket:bookmarkablePage=%3Acom.s.c.web.xyz.Sent

The problem might be that my Home page is mounted as /sc (using
HybridUrlCodingStrategy) but as a result there's no '/' page, so the
request isn't picked up by the Wicket filter & goes to the default
index.html.

  (I'll try mounting the 'Sent' page & see what effect that has, but
wanted to run that by people & I can't access the IRC at the moment!)

/Gwyn


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to