[opencms-dev] formatter not working in 8.5.1

David Rodríguez Merino david.rodriguez.merino at uva.es
Mon Jan 27 14:08:15 CET 2014


Hi,

maybe it isn't working because you need the "div", but if you publish the content and logout OpenCms you'll see it.

the div it's necessary because in ADE OpenCms includes very much html code and divs.

Regrads,
David

El 27/01/2014, a las 12:45, p r a v e e n <praveenkumar at zohocorp.com> escribió:

> Hi,
> 
> When I drag and drop my module. the module is not fixing into the page. and after some work I figured there is an issue with the jsp. if I don't have a div> and some dummy text. my drag and drop is not working. Please check it below.
> 
> WORKING :  
> <%@page session="false" taglibs="c,cms" %>
> <cms:formatter var="content" val="value" rdfa="rdfa">
> <div> dummytext
> <h1 ${rdfa.CustomCode}>${value.CustomCode}</h1>
> </div>
> </cms:formatter>
> 
> ________________
> NOT WORKING :             
> <%@page session="false" taglibs="c,cms" %>
> <cms:formatter var="content" val="value" rdfa="rdfa">
> <h1 ${rdfa.CustomCode}>${value.CustomCode}</h1>
> </cms:formatter>
> 
> --
> Cheers,
> Praveen
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
> 
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20140127/609e957e/attachment.htm>


More information about the opencms-dev mailing list