hi ... am trying to use tiles-def.xlm in JSF

I have configured face-config.xml and web.xml

face-config.xml

 <application>
        <view-handler>org.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl</view-handler>
  </application>

web.xml

 <context-param>
          <param-name>tiles-definitions</param-name>
          <param-value>/WEB-INF/tiles-def.xml</param-value>
    </context-param>

am getting error Cannot find fully qualified class: org.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl in face-config.xml please help me to find solution.

Member Avatar for LastMitch

Cannot find fully qualified class: org.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl

The error means that you configuring the xml file is not connected correctly. The code you provided not really helpful. It's more a connectiong issue rather then changing any code.

I am assume the rest of the code looks like this:

http://grepcode.com/file/repo1.maven.org/maven2/org.apache.myfaces.tomahawk/tomahawk20/1.1.10/org/apache/myfaces/tomahawk/application/jsp/JspTilesViewHandlerImpl.java

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.