|
xajax有如下标题:
Temp Workarounds
Version 0.2
The redirect that you can send to the user, does not work when you need to send a query string ("?foo=bar&foo2=bar2") using the xajaxResponse->addRedirect() method.
The work-around is to use xajaxResponse->addScript("top.location.href = '?foo=bar&foo2=bar';") instead of the redirect.
This issue is fixed in 0.2.1.
请问Workarounds怎么翻译? |
|