Hi Hans,

yes, this is a bug introduced by the new renderer.
It is caused by the following data:

<ProductStoreEmailSetting productStoreId="9000" emailType="PRDS_GC_PURCHASE" bodyScreenLocation="component://ecommerce/ widget/EmailGiftCardScreens.xml#GiftCardPurchase" fromAddress="[email protected] " subject="A Gift From ${senderName}!"/>

The problem is the content of the "subject" field ("A Gift From $ {senderName}!") that the renderer implements with the following macro call:

<@renderTextField value="A Gift From ${senderName}" />

Freemarker evaluates it instead of treating as plain text... hmmmm I have to find out how to escape the content of a string that is passed to a macro call.

Jacopo


On Jul 7, 2009, at 10:47 AM, Hans Bakker wrote:

not sure but the following form does not display properly
only screens and forms are used.

https://localhost3:8443/catalog/control/EditProductStoreEmails?productStoreId=9000

--
http://www.antwebsystems.com :
Quality OFBiz support for competitive rates....


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to