Just an idea: can you encode the ‘illegal’ characters in some way?
I’m sure javascript has some alternative way of writing characters which would otherwise upset the code…
Well, it’s possible, but then you have to take that into account everywhere you access the element’s name
As far as I know, the colon and dot’s are not illegal characters from a jav or javascript perspective. To me it seems it’s only a restriction Servoy has added, intentionally, or unintentionally.
Like I said, maybe there is a good reason for it that I’m missing…