2 Replies Latest reply on Mar 29, 2008 10:01 AM by fuligj

    componentControl El expression parameter

    fuligj

      Hi!

      How can i pass an EL expression as parameter in componentControl?

      I can't use componentControl in a dataTable like this:

      <rich:componentControl event="onRowClick" for="menu" operation="show">
       <f:param name="selectedPeople" value="#{people}"/>
      </rich:componentControl>
      

      because, parameter type could be only String.

      Thank You!