Hi, my webapp works fine as long as I do not obfuscate the urls using CryptedUrlWebRequestCodingStrategy. When I use it, Ajax will not work. For instance when I want to update a panel on my page, the Ajax Response XML will be displayed instead
<?xml version="1.0" encoding="UTF-8" ?> - <ajax-response> + <component id="companyinfo38"> - <![CDATA[ <span wicket:id="companyinfo" id="companyinfo38"> ... ]]> </component> </ajax-response> What am I doing wrong? Is this a bug? Thanks a lot in advance Marcus
