Another component can support this feature. I did not mean <h:graphicImage> should support this.

But a byte[] in a session bean should be viewed easily on a page. I think I am not the only one who has a requirement like this.
Cause a component,s:graphicImageDynamic, has already implemented.

A phaselistener like jsf Chart's one and an appropiate component can resolve this issue I think.
Thx Matthias & Mike..

On 4/5/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
On 4/5/06, Andrew Robinson <[EMAIL PROTECTED]> wrote:
> If you want a dynamic image, best thing to do is create a servlet then
> have the tag just point to that servlet with path & query strings
> configured as you need them.

There's a sandbox component that does this.

s:graphicImageDynamic

However, I don't know if all of the bugs are worked out of it yet --
it tries to do it without a servlet which makes it very difficult.

Reply via email to