Dears,
I know that you can expose an ftl via jsp page by using <r:webscript> tag but when i try to write simple jsp page
<%@ page contentType="text/html;charset=UTF-8" %>
<html>
<body>
<div>Hi</div>
</body>
</html>
As simple as that, and then the jsp page added to the dashlet web-client-config file and when i expose it by configure the page; the html is not worked and there is no Hi message.
i don't want to write ftl and then embedded it with a jsp page, i need a direct jsp exposed :!:
Any feedback about that !
Thanks
Mohammed Amr.