1 Reply Latest reply on May 24, 2013 3:46 PM by bleathem

    bean property not getting bind by clicking <h:commandButton>

    sumitghosh945

      I am using RF4.3 and jsf 2.0,In my xhtml page I have <h:commandButton> onclicking that button a popupPanel will open,and in that popup user will entry some value.In that popup I have another <h:commandButton> on clicking that button the values entered by user will get bind to the corresponding backing bean property.

       

      The Problem I'm facing is as follows:

       

      1)On clicking the <h:commandButton>(the one inside the popup) for first time,the values not getting bind,but on 2nd click the values are getting bind up.

       

      Thereby It hampering the progress of my program.