Dear Tapestry Users, In my former application using Tapestry 5.1.0.5, I have used a feature, that seems not to work in Tapestry 5.2.4 When setting a list of "Project" objects as a source of a Grid, the return value of the User.toString() is diplayed instead of the User.getName() and the column has no sort icon.
public class Project { @DataType(value = "consultant.name") private User consultant; what kind of mistake did I made? thanks in advance Izolda --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org