Are you sure, that the chenillekit libs are resists in you WEB-INF/lib ? with regards Sven Homburg Founder of the Chenille Kit Project http://www.chenillekit.org
2009/9/14 Madtyn <mad...@gmail.com> > I tried for the first time to use a chenilleKit component, so I was > reading about, and I only included a DateTimeField component. > > > 1.- I added the repository and the dependencies to the pom xml of the > parent multiproject. > 2.- I added the next code on the Java class: > > import org.chenillekit.tapestry.core.components.DateTimeField; > > /* some code */ > > private Date date=null; > > @Component(parameters = {"value=date1", "datePattern=dd/MM/yyyy" }) > private DateTimeField _dateTimeField1; > > 3.- Then, I wrote this in the .tml: > > <input t:id="dateTimeField1"/> > > > mvn compile appears to work. It downloads many things from the > repository. But when I entered the page, I got his error: > > # java.lang.RuntimeException > java.lang.ClassNotFoundException: caught an exception while obtaining > a class file for es.udc.madtyn.gimnasio.web.pages.find.FindIncidencias > # java.lang.ClassNotFoundException > caught an exception while obtaining a class file for > es.udc.madtyn.gimnasio.web.pages.find.FindIncidencias > > exception > org.apache.tapestry5.internal.services.TransformationException: > javassist.NotFoundException: DateTimeField > > # org.apache.tapestry5.internal.services.TransformationException > javassist.NotFoundException: DateTimeField > > > What I'm doing wrong? The only thing I didn't find on the inet was > the import, but I think it's all right. > > Thank you very much. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >