Zitat von Brian Long <[EMAIL PROTECTED]>:

> <component id="subscriberImage" type="Image">
>         <binding name="image" value="getAsset('ognl:subscriber.pathToImage
> ')">
> </component>

Try <binding name="image" value="getAsset(subscriber.pathToImage)">

The value is already an ognl expression (if not declared otherwise).

However, this will still depend on named assets in the page.
I.e., there must be an asset named like what subsriber.pathToImage
evaluates to. You probably want your asset genereated differently
(e.g., by a custom method).

Regards,
Christian

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

Reply via email to