n8han wrote:
>
> Al Maw wrote:
>> Turns out this is actually required. I've patched in an extra param in
>> RequestParameters for the URL depth of the original page, and updated
>> the interface listener request encoding stuff to cope. Hopefully we
>> should now be able to trivially support hybrid URLs in future and
>> everything should now work as intended. ;-)
>>
>
> I'm not sure if we're talking about exactly the same thing there; I'm still
> getting ajax requests to /?wicket... from a mounted page, with the current
> trunk. But I found some Apache proxy magic to make that ok with my setup:
>
> RewriteCond %{QUERY_STRING} ^wicket
> RewriteRule ^/$ http://localhost:8280/ [P]
>
> (I have an application that thinks it has a root context, but I only proxy
> requests to it from certain paths.)
>
> So that's fine, but modal window is not happy on those sub-pages. It opens
> correctly now, but buttons and links off of it fail with a redirect to a
> blank page as was happening before with ajax links from the page itself.
I've quite probably just fixed that, literally as you posted. Update and
try it now.
Apologies for the slight URL instabilities over this weekend. I've been
trying to get our URL handling in shape for the forthcoming 1.3 release,
and just after beta1 and over a weekend seemed to be a good time to do
that. Hopefully everything is now in good shape.
Regards,
Al