0 Replies Latest reply on Dec 27, 2006 10:34 AM by vincecallagan

    Problem with Icefaces/pageflows and pages.xml

    vincecallagan

      Hello,

      Does anyone ever encounter a problem with Icefaces and pages.xml ?

      I have an entry in my pages.xml :

      <page view-id="/newEaccount.xhtml" action="#{webAccountManager.startConversation}">
       <param name="rid" value="#{account.type}"/>
       </page>


      I have a logger in all method but the one on Account.setType() is never called while the startConversation does :-(

      Any help would be appreciated.