2 Replies Latest reply on Apr 17, 2008 7:31 AM by ilya_shaikovsky

    Problem encountered when submitting a form inside a modalPan

    aymanochko

      I am using Richfaces 3.1.4

      I create programatically a modalPanel containing a listOrder Component
      ex :
      ViewRoot
      RichModalPanel
      HtmlForm
      RichOrderingList
      AjaxButton

      The problem that the setter of the bean is not called after submitting the form

      the same example work properly when using static Tags creation method.