facebook

faces-config question

  1. MyEclipse Archived
  2.  > 
  3. UML Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #234043 Reply

    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

    #234055 Reply

    Riyad Kalla
    Member
Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: faces-config question

You must be logged in to post in the forum log in