Dec
16
Alerts in Tools Framework
Posted by | Posted in WebSphere | Posted on 16-12-2008
Tagged Under : Tools Framework, WCS, WebSphere, WebSphere Commerce, WebSphere Commerce Server
Alert in Tools Framework
Tools Framework uses its own JavaScript function to display an alert message instead of JavaScript alert function. The normal JavaScript alert function does not use UTF-8 encoding to display any message. So double byte character messages will not be displayed correctly. So to address this issue, Tools Framework uses its own JavaScript functions for displaying any messages to the client.
The Tools Framework JavaScript function for displaying an alert is
alertDialog("Alert Message"); |


