I have a very strange blocker bug: linksubmit component doesn't work at all on localized pages.
I have an AJAX form in a sidebar that processes user login and logout. Basically I'm on 5.1.0.5, but I am using LinkSubmit code from 5.1.0.6 (with a bugfix for working in zone-based forms). To make it work, I've just copypasted the code to local component called LinkSubmit2. So, the AJAX form works perfectly on all the pages that look like my.website.com/page/context But on every page that looks like my.website.com/en/page/context or my.website.com/fr/page/context clicking on the link does nothing. I've debugged JS code and found out that in waitForPage () it checks for Tapestry.pageLoaded and returns if it's true; and it's already set to true at the very beginning of the event handler. Anybody have an idea? Thanks in advance. P.S. Looks like this is a last problem preventing me from deploying a really big project, so any help is very much appreciated. Thanks again. -- Ilya Obshadko