[opencms-dev] formatter not working in 8.5.1

p r a v e e n praveenkumar at zohocorp.com
Mon Jan 27 12:45:45 CET 2014


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

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


More information about the opencms-dev mailing list