1 Reply Latest reply on Jul 4, 2013 2:08 AM by bleathem

    pop up window

    ragav

      Hi,
      How to validate the form on click of submit button in RF 4.3.1? (open a popup window which should show validation message)
      (pls gve example which uses frame)

      Thanks,
      Ragav

        • 1. Re: pop up window
          bleathem

          You'll want to use an a4j:commandButton, and set the execute attribute to @form.  An oncomplete listener of the commandButton can use EL to check if there were any validation failures, and trigger the display of the popup window.