Hi,
I am really struggling with the instructions in the User Guide for inserting html links to operations in an html cell of a form.
According to the guide, the general format is <a href=”javascript::AwareApp.functionName(parameters)” >Name of the link</a>
I have been fighting with getting it to run a process but using the most basic function: AwareApp.logout(null)
resulting in <a href=”javascript:AwareApp.logout(null))” >Logout</a>
does not work. Whatever I try, I continually get an error message like:
message /AwareIM/%E2%80%9Djavascript::AwareApp.logout(null)%E2%80%9D
description The requested resource (/AwareIM/%E2%80%9Djavascript::AwareApp.logout(null)%E2%80%9D) is not available
When viewing this error, the url is: http://localhost:8080/AwareIM/”javascript::AwareApp.logout(null)”
which doesn't seem right at all. Am I doing something totally wrong. I almost wondered whether this section of the guide is a leftover from Version 3?
Any Ideas?
Pete