it up correctly?
> -Original Message-
> From: Artur_eol [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 26, 2008 10:00
> To: users@tapestry.apache.org
> Subject: RE: Tapestry 5, problem with foreign field
>
>
> Yes, I understand that, this is my QuestionType Class:
>
>
ot;, or you can provide your own model.
>
> If you want your column to be sortable, then supply your own model, and
> have
> QuestionType implement Comparable.
>
>
>> -Original Message-
>> From: Artur_eol [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, August 26, 2008 09:2
e-
> From: Artur_eol [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 26, 2008 09:20
> To: users@tapestry.apache.org
> Subject: Tapestry 5, problem with foreign field
>
>
> Hello everybody, I hava problem with foreign key - field. This is my Java
> class:
>
> pa
Hello everybody, I hava problem with foreign key - field. This is my Java
class:
package org.cimlvin.domain.model;
import java.io.Serializable;
import java.sql.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchT