I am creating a very simple dashlet mydashlet.jsp. It just contains one line
<b>Hello World</b>
But When I go to my alfresco dashboard, only the title of dashlet is displayed and nothing else. Why is that? Is it necessary to use a template or a webscript for dashlet. Cant I just write some plain html in my dashlet jsp page and have it displayed?