Hi
I've a problem with the <cfinput> validation. As you can see I'm using a foreign language. And they have some special character. So I have to use double # so Cold Fusion works fine. But on the other hand I have no problem to show the message in the popup message box. I read now "Molimo upišite Vaše prezime". Why is this so? is there a solution for that problem?
thank you very much
100bure
I've a problem with the <cfinput> validation. As you can see I'm using a foreign language. And they have some special character. So I have to use double # so Cold Fusion works fine. But on the other hand I have no problem to show the message in the popup message box. I read now "Molimo upišite Vaše prezime". Why is this so? is there a solution for that problem?
Code:
<table width="599" border="0">
<tr>
<td class=text width=103>Prezime</td>
<td class=text width=496>
<cfinput type="Text" name="Name" message="Molimo upi&##0353;ite Va&##0353;e prezime!" required="Yes" size="40" class="form" style="width: 300px">
</td>
</tr>
</table>
thank you very much
100bure