1 Reply Latest reply on Mar 12, 2009 7:12 AM by ilya_shaikovsky

    suggestionbox and setPropertyActionListener

    fabmars

      Hello Richfaces people,

      I'm coming back onthis, as I already noticed some (i agree necessary) changes in RF 3.3.0 needed some code changes for me.
      http://jboss.com/index.html?module=bb&op=viewtopic&t=148857

      which could be justified by this:
      https://jira.jboss.org/jira/browse/RF-5606


      Now, I think the following resources need to be updated too, as suggestionbox suffers from the same update, which may impact more users:
      http://www.jboss.org/community/docs/DOC-11865
      http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/faq/faq.html (section 1.38)


      Can you please ?

        • 1. Re: suggestionbox and setPropertyActionListener
          ilya_shaikovsky

          And again.. this isn't related to suggestion directly.. or any other component which uses support.
          the situation is the same as for commandLink. At first listener of the support fired and then setPropertyActionListener(by JSF spec) processed. so just use actionparam and move the listener to the param itself.