Hi all,
I have a rather easy question:
I use the following line in my jsp:
the "mc.page.errors.title" i get certainly from a .properties file (several titles, for several languages)
I want to give this value to a variable on the Javascript side. (I want to use it in a js function)
Can somebody tell me what would the EXACT syntax be for this?
many thx,
heeeep
I have a rather easy question:
I use the following line in my jsp:
Code:
<tr>
<td>
<fmt:message key="mc.page.errors.title"/>
</td>
</tr>
the "mc.page.errors.title" i get certainly from a .properties file (several titles, for several languages)
I want to give this value to a variable on the Javascript side. (I want to use it in a js function)
Can somebody tell me what would the EXACT syntax be for this?
many thx,
heeeep