3 Replies Latest reply on Aug 30, 2009 9:25 AM by nbelaevski

    a fragment in a modalpanel  doesn't work

    orkun


      hello

      when I put this jsp fragment into a modalpanel it doesn't work.

      <rich:modalPanel id="noktaPanel" autosized="true"
      keepVisualState="false" width="415" height="330">

      <rich:inputNumberSlider id="nokta_slide_y" minValue="4524960"
      maxValue="4648490" width="300px" inputSize="7"
      value="#{haritaBean1.ynokta}">
      </rich:inputNumberSlider>

      <a4j:commandButton id="koordbutton" value="Gönder"
      action="#{haritaBean1.koord_info}"
      reRender="dene">
      </a4j:commandButton>

      <h:outputText id="dene" value="dene : #{haritaBean1.ynokta}" />

      </rich:modalPanel >

      when it is out of work of modal panel, it works

      how can I have it work in modal panel ?

      regards