Alin Dosoniu wrote:
Hi,
You have to change the view-handler to
<view-handler>org.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl</view-handler>.
There is a tomahawk between myfaces and application in path of class.
Thanks. It works now. It was careless of me not noticing the differences.
Wei
Alin.
Greetings.
Does the latest myfaces (1.1.4 & tomawak 1.1.3) from the svn
repository still support tiles?
I got the following messages during application start up. I was
able to see the named class from the Jar file, but the class loader
was not.
Thanks in advance for any suggestions on how to fix it.
Wei
ERROR 17:22:11,196 [halo] [main]
org.apache.myfaces.shared_impl.util.ClassUtils.simpleClassForName(161)
Class org.apache.myfaces.application.jsp.JspTilesViewHandlerImpl
not found
java.lang.ClassNotFoundException:
org.apache.myfaces.application.jsp.JspTilesViewHandlerImpl
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at
org.apache.myfaces.shared_impl.util.ClassUtils.classForName(ClassUtils.java:138)