RE: Database Images

2006-03-09 Thread Denis Souza
arameters = new Object[1]; ... This code goes on you page/component class. Whatever page or component in which you wish to display the image. Denis -Original Message- From: Sven Homburg [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 9 de março de 2006 16:16 To: Tapestry users Subject: Re:

Re: Database Images

2006-03-09 Thread Sven Homburg
hi denis, do you feel ok, if i insert this howto into the tapestry wiki ? best regards homburg Softwaretechnik S.Homburg 21220 Seevetal / GERMANY Fon: +49-4105-669746 Fax: +49-4105-668947 Denis Souza wrote: Hi, what you're doing is trying to use a @Insert component to insert a blob in you

RE: Database Images

2006-03-06 Thread Denis Souza
Hi, what you're doing is trying to use a @Insert component to insert a blob in your page. It will never work like that since Tapestry will actually try to display the string representation of your blob (if you call personImage.toString() you'll get exactly that "[EMAIL PROTECTED]"). You need someth