Hi, I've just updated by libraries from 3.0.2 to 4, and I'm having problems running my app.
I've updated the DTD references to 4, and so have changed context-asset tags to be just asset. I now have a problem referring to these assets. The error I get is: Unable to read OGNL expression '<parsed OGNL expression>' of [EMAIL PROTECTED]/$MessageSummary.$MessageLine]: messageIcon location: context:/WEB-INF/MessageLine.html, line 2 1 <div id="messageLine"> 2 <a href="#" jwcid="@ActionLink" listener="ognl:listeners.messageSelectAction"><img jwcid="@Image" image="ognl:getAsset(messageIcon)"/></a> <div jwcid="@Insert" value="ognl:dateTimeSent"/> <div jwcid="@Insert" value="ognl:senderName"/> 3 <a href="#" jwcid="@ActionLink" listener="ognl:listeners.messageSelectAction"><div id="messageSubject"><div jwcid="@Insert" value="ognl:subject"/></div></a> 4 </div> binding: ExpressionBinding[Homepage/$MessageSummary.$MessageLine getAsset(messageIcon)] It seems to be complaining about the <img jwcid="@Image" image="ognl:getAsset(messageIcon)"/> bit. Do I have to change this for 4.0? The getMessageIcon() method on my component returns the name of the asset I want to show. This worked fine in 3.0.2. ta, Tim. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
