1 Reply Latest reply on May 15, 2007 1:49 AM by jyc5131

    the terrible problem about IE browser cache

    jyc5131

      in Seam/JSF application we always hope to invoke a method to initialize the stateful bean before rendering a specify page. for example ,in page.xml there are

      <page view-id="/service/aaaa.xhtml" action="#{Service.init}" />
      . after user cache the /service/aaaa.seam, the terrible problem will cause. the browser only load the out of update data, it will not request anything to server and seam fail to initialize bean. when user fill in something in aaaa.seam and submit, then the business is broken.anyone know how to resolve such a problem? any help is appreciate!