that can be found in adfshare-3218.jar, which you probably need to extract manually from the demo ".war" file. An annoying point in an otherwise great piece of software.
> -----Original Message----- > From: Dennis Byrne [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 26, 2006 10:12 AM > To: MyFaces Discussion > Subject: Re: Custom table component. > > You are missing a dependency in your application. > > Caused by: java.lang.NoClassDefFoundError: > oracle/adf/share/logging/ADFLogger > > Dennis Byrne > > >-----Original Message----- > >From: Hagay Avisar [mailto:[EMAIL PROTECTED] > >Sent: Thursday, January 26, 2006 03:39 AM > >To: ''MyFaces Discussion'' > >Subject: RE: Custom table component. > > > >Is there any open source table component? > >I tried to use this component but I got this exception: > >----------------------------------------- > >10:35:51.505 WARN!! [main] > >org.mortbay.http.ResourceCache.getResource(ResourceCache.ja va > :252) >22> > >Alias request of > >'file:/D:/dev/runtimes/Jetty/default/webapps/JsfDevelopment /M > ETA-INF/se > >rvice > >s' for > >'file:/D:/dev/runtimes/Jetty/default/webapps/JsfDevelopment /M > ETA-INF/se > >rvice > >s' > >java.lang.reflect.InvocationTargetException > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcc es > sorImpl.ja > >va:39 > >) > > at > >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingM et > hodAccesso > >rImpl > >.java:25) > > at java.lang.reflect.Method.invoke(Method.java:324) > > at org.mortbay.start.Main.invokeMain(Main.java:151) > > at org.mortbay.start.Main.start(Main.java:476) > > at org.mortbay.start.Main.main(Main.java:94) > >Caused by: java.lang.NoClassDefFoundError: > >oracle/adf/share/logging/ADFLogger > > at > >oracle.adfinternal.view.faces.application.StateManagerImpl. <c > linit>(Sta > >teMan > >agerImpl.java:598) > > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Nativ e > >Method) > > at > >sun.reflect.NativeConstructorAccessorImpl.newInstance(Nativ eC > onstructor > >Acces > >sorImpl.java:39) > > at > >sun.reflect.DelegatingConstructorAccessorImpl.newInstance(D el > egatingCon > >struc > >torAccessorImpl.java:27) > > at > java.lang.reflect.Constructor.newInstance(Constructor.java:2 74) > > at > >org.apache.myfaces.config.FacesConfigurator.getApplicationO bj > ect(FacesC > >onfig > >urator.java:577) > > at > >org.apache.myfaces.config.FacesConfigurator.configureApplic at > ion(FacesC > >onfig > >urator.java:486) > > at > >org.apache.myfaces.config.FacesConfigurator.configure(Faces Co > nfigurator > >.java > >:215) > > at > >org.apache.myfaces.webapp.StartupServletContextListener.ini tF > aces(Start > >upSer > >vletContextListener.java:105) > > at > >org.apache.myfaces.webapp.StartupServletContextListener.con te > xtInitiali > >zed(S > >tartupServletContextListener.java:88) > > at > >org.mortbay.jetty.servlet.WebApplicationContext.doStart(Web Ap > plicationC > >ontex > >t.java:495) > > at org.mortbay.util.Container.start(Container.java:72) > > at org.mortbay.http.HttpServer.doStart(HttpServer.java:708) > > at org.mortbay.util.Container.start(Container.java:72) > > at org.mortbay.jetty.Server.main(Server.java:460) > > ... 7 more > > > >How can I try this component before deciding if I want to use it?? > > > >-----Original Message----- > >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > >Sent: Tuesday, January 24, 2006 5:31 PM > >To: MyFaces Discussion > >Subject: Re: Custom table component. > > > >Hi, try the <af:table> from oracle adf > >http://www.oracle.com/technology/products/jdev/htdocs/partn er > s/addins/e > >xchan ge/jsf/doc/tagdoc/core/imageIndex.html > > > >(Attention: the component is not available for free for production > >environements - maybe in the near future when adf is merged into > >myfaces > >???!) > > > >Greets, > >Hans > > > > > >Hagay Avisar wrote: > > > >> Hello all, > >> > >> I need a table that has the following features: > >> > >> 1) Easy API for JSF RnD user some for example: > >> <c:table id="data" > >> > >> var="object" > >> > >> value="#{Bean.Data}" > >> > >>> > >> > >> <c:column label="Col1 > >> > >> <h:outputText value="#{object.name}" /> > >> > >> </c:tablecolumn> > >> > >> </c:table> > >> > >> > >> > >> 2) Can customize all styles of table to get the look and > feel I want. > >> > >> 3) Support sorting by each column. > >> > >> 4) Support pagination, meaning load each page from data base & not > >> the all data at once. (Maybe use Ajax request). > >> > >> 5) Can display table in table. > >> > >> If any one know where I can find such a component (or a > similar one) > >> it will be great? > >> > >> Thanks a lot > >> > >> > >> > >> *Hagay.* > >> > >> > >> > >> > >> > ____________________________________________________________ _________ > >> _ This email has been scanned by the MessageLabs Email Security > >> System. > >> For more information please visit http://www.messagelabs.com/email > >> > ____________________________________________________________ _________ > > > >___________________________________________________________ __ > _________ > >This email has been scanned by the MessageLabs Email Security System. > >For more information please visit http://www.messagelabs.com/email > >___________________________________________________________ __ > _________ > > > > >

