0 Replies Latest reply on Aug 13, 2008 4:01 AM by user080701

    Problem on a4j:support and Submit button

      Hi,

      After adding the a4j:support on the component h:selectOneMenu, the h:commandLink does not work for the first click.

      I found that when I click the h:commandLink, the ajax valuechange function is called but not the submit function. When I click the submit button again, the submit function is called at this moment.

      When I change the value in h:selectOneMenu first, the h:commandLink works for the first click.

      Why?