thanks for your answer i solved my problem using f:param whit the image id, i load the image id from the bd with the ejb, i not use the backingbean, run ok. thanks
2008/10/16 Leonardo Uribe <[EMAIL PROTECTED]> > Hi > > The class referenced on imageRendererClass does the necessary stuff to > render the stuff, so you need to define it. > > Checking the code, it is possible to pass params using f:param. When the > resource is rendered, the resource url has it as request params, so the > imageRendererClass is necessary to handle it correctly. > > regards > > Leonardo Uribe > > > On Thu, Oct 16, 2008 at 4:21 PM, alvaro tovar <[EMAIL PROTECTED]>wrote: > >> hello >> i am trying of use graphicImageDynamic, to show a list of images from de >> database, >> >> but i am problems with use >> >> imageRendererClass >> >> i am tinking if is there a way to set the properties trough <f:param or with >> the binding >> org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamicTag, >> whithout use the class >> >> >> org.apache.myfaces.custom.graphicimagedynamic.util.ImageRenderer; >> >> >> thanks >> >> >