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
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
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
Hi,
We have got a problem with the Tree component.
In our tree element, we want to have a form included to allow to add a
new child to the current element. We have used the p:label attribute
to customize the rendering of the element, and we have included a form
inside, which must submit in XHR to