1 Reply Latest reply on Apr 22, 2008 10:42 AM by panky_p

    Fire fox issue

    panky_p

      Hi
      I am using rich faces 3.2.0 with Seam 2.0, in my pages.xml

      <page view-id="/mytest/shop.xhtml" action="#{shopManager.loadShop()}"/>

      which onload calls the loadShop method.
      My problem is that on IE the application works fine but on fire fox loadShop method gets call twice which breaks working.

      Why is it so??

      Any suggestions are welcome!!