3 Replies Latest reply on Aug 1, 2007 12:32 AM by terryzhou2k

    why modalPancel can't refresh <h:outputText/> value with ba

    terryzhou2k

      bookList.jsp
      <f:view>
      <h:form>
      <rich:datatables>
      <!-- data row ,when click "modify"gif ,then load data within back bean popup a modalPanel-->
      </rich:datatables>
      </h:form>
      <jsp:include value="bookInfo.jsp" flush="true"/>
      <f:view>

      bookInfo.jsp
      <rich:modalPanel>

      <!-- update data with outputText ,value binding -->
      <h:outputText/>
      <h:inputText/>

      </rich:modalPanel>

      Jsp page like this,when i modify form value in modalPanel,then refresh it...
      the value of outputText has changed,but value of outputText has not change ...why??
      ...thanks a lot