Re: First try with chenilleKit.

2009-09-15 Thread Madtyn
Sorry for the late answer. Thanks for the advice, Jose Luis. I did this although the app was working OK, but it's better preventing. It works anyway. PD Muchas gracias ;-) 2009/9/14 jose luis sanchez joseluis.sanc...@m-centric.com: There's a lib dependency problem between chenillekit and

First try with chenilleKit.

2009-09-14 Thread Madtyn
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

Re: First try with chenilleKit.

2009-09-14 Thread Sven Homburg
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

Re: First try with chenilleKit.

2009-09-14 Thread Madtyn
I have mended the issue and it works! I made a change in the Eclipse build path and added the jar file. About the WEB-INF/lib it seems empty. I don't have much experience with webapps, as it's obvious. But I'm running it with Maven and it must be locating the libs in another place. I don't

Re: First try with chenilleKit.

2009-09-14 Thread jose luis sanchez
There's a lib dependency problem between chenillekit and tapestry. You should add and exclussion in the chenillekit tapestry dependency. Add this to your pom.xml file dependency groupIdorg.chenillekit/groupId artifactIdchenillekit-tapestry/artifactId