1 Reply Latest reply on Jul 13, 2007 8:48 AM by ilya_shaikovsky

    selectOneMenu and Ajax

    yevgen_78

      i have a form (with tabledata and selectOneMenu)

      i want to change the tabledata content if user changed selectOneMenu.
      It works if i set onchange=submit() of the selectOneMenu.

      i have also <a4j:status> component which shows "clocks" during the reques/response.

      Question. How to activate this <a4j:status> with selectOneMenu component?

        • 1. Re: selectOneMenu and Ajax
          ilya_shaikovsky

          you make server submit. The answer for this case - status will not work.

          It works only for the ajax requests.

          If you need an example how to create ajax-ed selects - just explore dropdownboxes example from the ajax4jsf demo section.