How can I call a method of a JSF-component dialog from the surrounding parent dialog? asked 16.02.2015 at 11:31 SupportIvyTeam ♦♦ |
Yes, thats possible: in the child component you have to declare a p:remoteCommand that executes the child component logic. The name of this remoteCommand should be defined by a component interface attribute:
The parent dialog can then embedd the component-dialog and define the name of the child callback method. And bind it to an oncomplete action of a commandButton:
answered 16.02.2015 at 11:37 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 16.02.2015 at 11:31
Seen: 2,709 times
Last updated: 16.02.2015 at 11:47