5 Replies Latest reply on Apr 7, 2009 2:07 PM by msantana

    Passing parameters through richfaces components

    msantana

      Hi everyone!
      I´m trying to figure it out how to pass parameters through richfaces components.  The idea is this:
      I have a gridpanel with a column wich has a button. Then when i click on a button (a:commandButton), it opens a modalpanel on attribute: oncomplete=#{rich:component('cantidadPanel')}.show(),


      So i want to set on a h:inputHidden in the modalPanel, the id of the object i clicked on the grid.


      I will be very thankful! and thanx in advice!!!