On Fri, 15 Jul 2011 09:54:42 -0300, Nicolas Gillet - MARKET-IP <nicolas.gil...@market-ip.com> wrote:

The type is actually the problem.
It is actually a java.lang.String but the getter and setter on it are defined by a generic interface :

// INTERFACE (Identifiable.java) :
public interface Identifiable<T> {
        public void setId(T id);
        public T getId();
}

As far as I recall there was a JIRA about a very similar bug, maybe even the same. If there isn't, please post one. ;)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to