Quoting learner <[EMAIL PROTECTED]>:
onclick="javascript:return confirm('${message:key_in_my_property_file}');"
i try to use key in javascript like above but failed.
how to use key in javascript?
There are several thing to consider here.
1) You cannot use the message service directly from Jav
Do you use onclick on a component or on a simple html element ?
learner a écrit :
onclick="javascript:return confirm('${message:key_in_my_property_file}');"
i try to use key in javascript like above but failed.
how to use key in javascript?
--