3 Replies Latest reply on Jun 19, 2007 6:17 AM by ilya_shaikovsky

    ModalPanel difficulties

    stuartm1971

      I'd like to use a rich:modalPanel as a kind of popup and from within this include another JSF file with a set of options. I'd like to be able to make a selection and submit the contents of the modalPanel and have the selected values updated in the base page.
      After following advice on various forums and documentation, mainly having h:form elements inside the modalPanel to allow the submit, this will not work. It may be because I have an outer form root element and also use f:subview tags to include other content.


      Can anyone tell me the rules regarding modalPanels a bit better tan the RichFaces docs say, especially regarding the submission of form data.

      Thanks