Re: [5.3.6] How Select's ajax request could reload the whole page

2012-11-20 Thread Muhammad Gelbana
I'm very sorry I wasn't clear enough. I assumed the mechanism you just explained in detail now, thanks for clarifying it. The thing is that the response from my the server was empty, it had nothing at all. Not even an empty JSON structure. I'm only wondering, where did the response indicate the li

Re: [5.3.6] How Select's ajax request could reload the whole page

2012-11-20 Thread Ivan Khalopik
Select component with enabled ajax posts ajax request to the server-side. Then server-side dispatches it to correspondent event handler and it returns some value. Then this value goes to correspondent ComponentEventResultProcessor and generates response markup. Then this markup goes to client-side