In JSP of the JSPDynpage component, how to auto load a function??How can achieve the functionality that we could normally get thru <body onload="alert('Hello SAP!')"></body>
Can anyone please tell me how equivalent the below to regular html tags??
<hbj:content id="myContext" >
<hbj:page title="PageTitle">
<hbj:form id="myFormId" >
</hbj:form>
</hbj:page>
</hbj:content>
Thanx for all Inputs!