Re: Setting css property dynamically

2013-09-25 Thread Bob Harner
My suspicion would be with your cdn binding implementation. As an experiment, if you leave it off, does the url value get updated at all? background:url("${prop:theme?.imageUrl}") no-repeat top On Wed, Sep 25, 2013 at 9:22 AM, Borut Bolčina wrote: > Hi, > > what is causing the css style not

Setting css property dynamically

2013-09-25 Thread Borut Bolčina
Hi, what is causing the css style not changing in this TML? ${theme.imageUrl} .tema { background:url("${cdn:prop:theme?.imageUrl}") no-repeat top center; height:180px; } Look at ${cdn:prop:theme?.imageUrl} The value ge