If you do a "view-source" after your page has loaded, you should see
the translated message. Maybe that will help? I don't know what
you're trying to do with the '+temp+' in the 2nd message.
Matt
On 5/7/07, VJ22 <[EMAIL PROTECTED]> wrote:
Updated message
Hello Folks,
A simple problem which
Updated message
Hello Folks,
A simple problem which I have been breaking my head onThere is a simple
javascript function that I have:
function errorAlert(){
var temp = "dialog.close";
var x1 = "";
var x2 = "";
alert(x1);
alert(x2);
}
While alert(x1
Hello,
I am using DWR within appfuse for any ajax-requests.I seem to have
reached a peculiar problem..Some of the modules return error messages as
code e.g. "CORE-001" I need to convert them into the corresponding
internationlized message in the javascript callback function which takes
th