Check your web.xml file to see if you're including faces-config.xml if defined in the <context-param> for javax.faces.CONFIG_FILES.
faces-config.xml is automatically loaded by JSF so if you've specified in the context-param then it is loaded twice. This causes some actions to be called twice. At least, this is how my brain remembers a similar problem from a few months ago. K. -----Original Message----- From: Julián García [mailto:[EMAIL PROTECTED] Sent: Thursday, October 20, 2005 4:41 PM To: MyFaces Discussion Subject: Action called twice Although I have not discovered a pattern yet, some of my action methods are being called twice on invocation. Is this a known issue? I am strugling with this..... Julian

