26 May
2004
26 May
'04
6:54 a.m.
Bryce Harrington
<dtml-let d_test_parameter="{'1':'a', '2':'b'}"> Yes, that is correct. The data structure has strings, but I need to access them using ints as keys. So I have to convert the ints into strings in order to retrieve the data.
So why not init with d_test_parameter="{1:'a', 2:'b'} ...so that your keys are ints from the beginning? ben