Hi All,

Any one tried this :

"In your served filter you will have to check for Wicket-Ajax header
and if it is present return a properly formatted Ajax-response that
contains JavaScript to redirect to your login page.


I am not sure what exactly I need to return. I tried with

<ajax-reponse><script 
language="javascript">location.href="mypage"</script></ajax-response>

And
<ajax-response><![CDATA[<script 
langauge='javascript'>location.href="mypage"</script>]]</ajax-response>



But nothing seem to be working. Any idea what's wrong here

Thanks in Advance.




Reply via email to