1 Reply Latest reply on Jul 26, 2007 7:52 AM by unibrew

    Faces parameter acces

    konikoni

       

      <a4j:support actionListener="#{navi.setCheckBox}" event="onmouseup" reRender="ticket">
       <f:param name="art" value="1" />
       <f:param name="wette" value="bet" />
       <f:param name="team" value="1" />
       </a4j:support>


      public void setCheckBox(ActionEvent ae){
       UIParameter component = (UIParameter) ae.getComponent().findComponent("art");


      how can i get parameter from faces context, the follow stuff does not work:

      public void setCheckBox(ActionEvent ae){
       UIParameter component = (UIParameter) ae.getComponent().findComponent("art");