Re: Tree and Form submission to Zone problem

2012-10-25 Thread Nicolas Bouillon
FYI, here is the way I solved my problem. Looks not very beautiful, but it works. Not sure if I may have to open a JIRA about this. On Thu, Oct 25, 2012 at 11:16 AM, Nicolas Bouillon wrote: > Sorry for the noise, but I figured out that in Form.java, the code > clientBehaviorSupport.l

Re: Tree and Form submission to Zone problem

2012-10-25 Thread Nicolas Bouillon
Sorry for the noise, but I figured out that in Form.java, the code clientBehaviorSupport.linkZone(getClientId(), zone, link); is @HeartbeatDeferred, and it's not the case in AbstractComponentEventLink. This deferred execution makes the Form to use the last clientId generated inside the

Re: Tree and Form submission to Zone problem

2012-10-25 Thread Nicolas Bouillon
I tried to dig inside the Tree component source, and I'm not really at ease with the RenderCommand way to render stuffs. What I see is the block I overridden to display a form with zone update submit inside, is pushed to the RenderQueue. But I don't understand how this affect the way the form gene