2 Replies Latest reply on Apr 18, 2011 4:05 AM by ruros

    A problem with rich:popupPanel. Input text from the panel always remains null.

    ruros

      Hi everybody,

       

      I would really appreciate help with the following problem that I have.

       

      I have a simple popup panel with only one input text filed and a command button. When I press the button I would like to update the value of an input text field of the main screen with the value of input text from the popup. The problem that I have is that no matter what I do, the value from the popupPanel input text is not taken into account, and a null value is sent to the main form.

       

      I have tried to have a separate form in the popup, to use h:commandButton with f:ajax, to use session and request scope, but the problem remains.

       

      I use richfaces 4.0.0.Final (running on Glassfish 2.1)

       

      I have attached the .xhtml file and the backing bean.

       

      Thank you in advance.