1 Reply Latest reply on Nov 10, 2008 5:52 AM by ilya_shaikovsky

    Converter in modalPanel fired

    afuerstenau

      Hi,

      I have something like that:

      ...
      <ui:composition template="<template name>">
      <ui:define name="mainArea">
      <a4j:form>
      ...
      </a4j:form>
      
      <rich:modalPanel id="<id>" width="450" height="210" >
      <rich:panel>
      <rich:comboBox id="<id1>" value="<value>" suggestionValues="<suggestion values>" />
      <rich:comboBox id="<id2>" value="<value>" suggestionValues="<suggestion values>" />
      ...
      </rich:panel>
      </rich:modalPanel>
      </ui:define>
      </ui:composition>


      The two comboBoxes are bind to objects which have converters assigned.
      It seems that the converters are fired if the main page is displayed, although the modal Panel is not displayed at all.

      Seems like a Bug, or?

      Greetings
      Alex