Hello turbine users I am new user and i would like some help - PLEASE
I have installed the tdk2.1 and i am working with the demo application. I have create a table that contains 2 date fields. When i retrieve the table all other fields are viewing correctly except the 2 date fields which has null value at the database and $entry.fieldname at the view screen. I use the mysql 3.23.51 and i tried to use different jdbc versions with no result. I have check the names of the fields and if i change the type of them to varchar are working fine. i define the row at the schema.xml file as follows <column name="Client_Birth" type="DATE"/> I found at the velocity log the following lines Thu Jul 04 11:07:42 EEST 2002 [info] ResourceManager : found screens/ClientIndex.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader Thu Jul 04 11:07:42 EEST 2002 [warn] org.apache.velocity.runtime.exception.ReferenceException: reference : template = screens/ClientIndex.vm [line 1,column 10] : $entry.ClientBirth is not a valid reference. I am using only the modules that contains the tdk2.1(jakarta4.0.1 and turbine 2.1) and jvm 1.3.1 and i don't have any problem when i run the ANT INIT and ANT COMPILE. Thanks
