Re: Random 'Component not found' error

2015-02-11 Thread sstefanov
Здравей :) thanks for the quick response ! In this case I guess a button which is added on button save click causes the problem. Here is the code : final WebMarkupContainer saveContainer = addComponent(form, withMarkupId(new WebMarkupContainer(saveContainer)));

Re: Random 'Component not found' error

2015-02-11 Thread sstefanov
Sure a veil is displayed on the page. Also on button Confirm, Cancel and hide of the veil the following is executed, which could be a reason for the error : saveRepeater.removeAll(); I'm trying to find a solution with hiding the content instead of removing it, but it's not working at the moment.

Random 'Component not found' error

2015-02-11 Thread sstefanov
Hello, I have a strange error 'Component not found', which occurs only when a save operation to DB takes some time to complete. If the operation executes fast the error is not generated. What is even more strange is that for the same test case executed on local machine the error is generated and