0 Replies Latest reply on Aug 25, 2008 9:53 AM by bhaskarpatle

    Stateful backing bean gives call to a method twice in Fire fox

    bhaskarpatle

      Hi,
      I had one stateful backing bean which gives call to a method twice.
      I had given call to load that method in pages.xml


      <page view-id="/test/taketest.xhtml" action="#{myTest.loadTest()}"/>


      So when ever taketest page is called it gives call to the method loadTest().
      In IE7 it works fine but in Fire Fox it gives call to loadTest() twice.
      Why is it so??
      Is there any solution to overcome for the Fire Fox issue.
      All suggestions are welcome.


      Thanks
      BP