Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

After registering the app, add the app JS class files in the ondemandJSfiles.xml file. All the files referenced within the ondemandJSfiles.xml file will be monitored for any type of content modification. The modificationswill be rendered on refresh or re-login without the need of restarting the application server.
In the ondemandjsfiles.xml file,

  • The fileset id tag should begin with the keyword WSPACE_ followed by the corresponding Workspace ID.
  • Within the fileset id, the file tag should contain all the files such as app class files, event listeners, and other JavaScript files.


In the ondemandjsfiles.xml file,

  • The fileset id tag should begin with the keyword WSPACE_ followed by the corresponding Workspace ID.
  • Within the fileset id, the file tag should contain all the files such as app class files, event listeners, and other JavaScript files.


<fileset id = "WSPACE_PAYMENTS">
	<fileurl ="/javascript/AccountDetailConstants.js" />
	<fileurl ="/javascript/BillPaymentCellClickHandler.js" />
	<fileurl ="/javascript/StandingInstruction.js" />
	<fileurl="/javascript/payment.account.BenificiariesSummaryApp.js" />
</fileset> 
  • No labels