can you post getPhotos() method?
it returns GridDataSource or just simple List<Photo>?

try:

public GridDataSource getPhotos()
{
    return new GridDataSource() {
      public Class getRowType() {return Photo.getClass();}
      ... (other methods for GridDataSource interface
    };
}

-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-display-images-in-a-grid-componet-tp2437706p3356008.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to