Hello,
I have a situation where I have to include java script on HTML body element of the jspx page, instead of HTML head element. If I have to use java script on the jspx page, <af:resource> tag is the way to include the java script.
But, documentation for <af:resource> tag, says "JSP tag that defines a CSS or JavaScript resource to be included in the HTML head element of the page", here is the link ADF RichClient API - af:resource
So, is there a way I can include java script on HTML body element of the jspx page?
Any help is appreciated.
Thanks,
San.