Hi all, I need a little help (4.1)

I have an object with a byte array which contains data for a small image. I'm printing a summary of this object in a page and need to display the image as well.

Is there a way I can create an asset and use it with the Image componet to display the image? something like:

<asset name="imageAsset" stream="ognl:page.imageStream"/>
-or-
<asset name="imageAsset" data="ognl:page.imageBytes"/>
...
<img jwcid="@Image" image="asset:imageAsset"/>

Any suggestions?

Thanks, Paul.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to