You missed
<#if layoutSettings.javaScripts?has_content>
<#--layoutSettings.javaScripts is a list of java scripts. -->
<#list layoutSettings.javaScripts as javaScript>
<script language="javascript" src="<@ofbizContentUrl>${javaScript}</@ofbizContentUrl>"
type="text/javascript"></script>
</#list>
</#if>
in your header.ftl file. But anyway this will need more work
Jacques
From: Suhas Yalgude
I am attaching my test application.
On my screen "employee" I am gatting problem for calender control. please help
me.