Should the ME JSF Editor complain about this?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE faces-config PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
<faces-config>
<application>
<view-handler>com.sun.faces.application.ViewHandlerImpl</view-handler>
</application>
</faces-config>
It says that the com.sun.faces.application.ViewHandlerImpl is not a subtype of javax.faces.event.ActionListener. I was originally trying to use the org.apache.myfaces.application.jsp.JspTilesViewHandlerImpl class when I ran into this problem. Here is a sample faces-confiog.xml that uses that class:
http://svn.apache.org/repos/asf/myfaces/examples/trunk/tiles/WEB-INF/examples-config.xml
thanks