We have a site with lots of wicket AJAX working fine but we needed to add a
<base href="http://www.mysite.com/" /> because the site uses a Rich Text editor that wants to convert all absolute links to links relative to www.mysite.com/ Adding this base tag seems to have broken all AJAX on the site - no AJAX method handlers get triggered anymore. When clicking on the buttons that used to work the browser shows: http://www.mysite.com/# whereas before they used to show http://www.mysite.com/param1/value1# Is there a work around for this problem? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
