How to display images in a grid componet?

2010-04-16 Thread
Guys, I want to display images in a grid component. Those images are from a database, and I use a componet import java.awt.image.BufferedImage; import java.io.IOException; import java.io.OutputStream; import javax.imageio.ImageIO; import org.apache.tapestry5.ComponentResources; import

Re: How to display images in a grid componet?

2010-04-16 Thread
No, I didn't put it inside a form. I set the volatile parameter to true, but just got the error. And the encoder in a grid has a type of ValueEncoder, which doesn't work here? 2010/4/16 Stephan Windmüller stephan.windmuel...@cs.tu-dortmund.de On 16.04.2010 08:07 啊酒 wrote: Any suggestions