Declaring New PropertyResolver

About this task
To integrate with JSF, BTT provides a new PropertyResolver, that is BTTPropertyResolverImpl. It is responsible for getting or setting values from the BTT Context instead of from the backing bean. Declare the BTTPropertyResolverImpl in the JSF configuration resource file.

You can place the following element within the <applicaiton> element in the file faces-config.xml:

<property-resolver>com.ibm.btt.jsf.el.BTTPropertyResolverImpl</property-resolver>