templates - Liferay structure. Image not uploaded in IE 8-10 -


have simple structure template web content display:

 <dynamic-element datatype="image" fieldnamespace="wcm" indextype="keyword" name="image_1" readonly="false" repeatable="false" required="false" showlabel="true" type="wcm-image" width="">     <meta-data locale="en_us">         <entry name="label">             <![cdata[image 1]]>         </entry>         <entry name="predefinedvalue">             <![cdata[]]>         </entry>         <entry name="tip">             <![cdata[]]>         </entry>     </meta-data> </dynamic-element> 

and template:

<#if image_1.getdata()?has_content > <div><img alt="image 1" src="${image_1.getdata()}" /></div> 

try upload image, ie freezes without error. works in other browsers. idea?


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -