1 Reply Latest reply on Aug 20, 2007 6:20 AM by ilya_shaikovsky

    bundle did not work for partial refresh

    javatwo

      <f:loadBundle basename="resource.messages" var="bundle"/>


      <h:outputText value="#{bundle.FOO}"/>

      partially refresh the outputText using ajax4jsf, the output is empty. If I put the <f:loadBundle basename="resource.messages" var="bundle"/>
      inside the refresh region, it will not work either.