You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Piotr Boninski <Pi...@innsoft.com.pl> on 2005/10/13 13:28:00 UTC

extended HtmlDataTable

Hi,

 

I'm trying to derive my own component based on Myfaces HtmlDataTable. I
will have to modify all significant parts - render class, tag class and
base class. I took proper files form myfaces into my project, repackaged
them and try to make them work. But there is a problem with main
component class:

 

2005-10-13 13:19:11,348 [main] INFO
org.apache.myfaces.config.FacesConfigurator - Reading config
/WEB-INF/faces-config.xml

2005-10-13 13:19:11,630 [main] ERROR org.apache.myfaces.util.ClassUtils
- Class pl.company.library.innHTMLGrid.HTMLDataTable not found

java.lang.ClassNotFoundException:
pl.company.library.innHTMLGrid.HTMLDataTable

            at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
.java:1340)

            at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
.java:1189)

            at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

            at java.lang.Class.forName0(Native Method)

            at java.lang.Class.forName(Class.java:219)

            (...) 

 

pl.company.library.innHTMLGrid.HTMLDataTable is in Web-INF/classes, as
other ones (like render class) which are found and works ok.

 

Where could be a problem ?

 

Thanks