The entire config file is huge, so I will paste a representative sample. Also, you should know that we are using MyFaces 1.0.9.
<faces-config>
<lifecycle>
<phase-listener>
gov.mass.eos.web.listeners.MessageListernerCustom
</phase-listener>
</lifecycle>
<managed-bean>
<managed-bean-name>houseHold</managed-bean-name>
<managed-bean-class>
gov.mass.eos.business.model.ce.household.Household
</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
<managed-bean>
<managed-bean-name>certification</managed-bean-name>
<managed-bean-class>
gov.mass.eos.business.model.ce.cert.Certification
</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
<navigation-rule>
<from-view-id>food@participant</from-view-id>
<navigation-case>
<from-outcome>profiles</from-outcome>
<to-view-id>/pages/food/participant/participantProfiles.jsp</to-view-id>
<redirect />
</navigation-case>
</navigation-rule>
</faces-config>