Do you see the request on the server side?  I.e., use FireBug Net
panel to see what request is being sent, what response is coming down.
 There shouldn't be any difference between normal and localized pages.
 Is it possible that some intermediate server is mangling the query
path in some way?

On Thu, Mar 18, 2010 at 12:49 PM, Ilya Obshadko <ilya.obsha...@gmail.com> wrote:
> 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
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to