8 Replies Latest reply on Feb 24, 2011 9:53 AM by v.bannur

    How to show modalPanel from the backing bean event?

    v.bannur

      Hi,

      I have created page, which contains dropdown and two modalPanels (Popups) . On click of each data the valueChange event triggers. In backing bean the valuechangeListener method decides which popup needs to be shown.

       

      I am looking code for where the popup can be shown on the backing bean value instead of oncomplete="#{rich:component('panel')}.show()" in client page.