3 Replies Latest reply on Jan 15, 2009 9:05 AM by ilya_shaikovsky

    rich:modalPanel does not work as expected ...

    kphilipp

      ... after update from 3.2.2.SR1 to 3.3.0.GA.

      Now the fields of the displayed ModalPanel are empty although the action Method is performed and the object responsible for filling these fields is created with the proper content.

      Could it be, that now the ModalPanel is rendered and displayed before the action method is performed?

      What can I do, to get the expected behaviour as in release 3.2.2.SR1?

      <a4j:form>
       ...
       <a4j:commandLink value="Click for details" action="#{sps.retrieveServiceProviderData}">
       <rich:componentControl for="spAddressPanel" event="oncomplete" operation="show" />
       </a4j:commandLink>
       ...
       </a4j:form>


      and some lines below in the same file

      <rich:modalPanel id="spAddressPanel" height="200" width="400" style="overflow: auto;">
       <f:facet name="header">Service Provider's Address</f:facet>
       <f:facet name="controls" />
       <a4j:form>
       <a4j:include viewId="/pages/show/addressPanelContent.xhtml" />
       </a4j:form>
       </rich:modalPanel>