Re: How to display images in a grid componet?

2011-01-25 Thread jeczmien
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

Re: How to display images in a grid componet?

2011-01-23 Thread jupraman
Did you get this to work? If so, how? I need to do the same in a grid. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-display-images-in-a-grid-componet-tp2437706p3353835.html Sent from the Tapestry - User mailing list archive at Nabble.com

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 Stephan Windmüller
On 16.04.2010 08:07 啊酒 wrote: Any suggestions? Did you place the grid inside a form? You could try to add an encoder or setting the volatile parameter to true. HTH Stephan - To unsubscribe, e-mail:

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?