If you're hand-coding the Javascript, you may also be able to write
something like
document.addressForm['address.street']
or
document.addressForm.elements['address.street']
L.
Jeromy Evans wrote:
> Interesting problem...
> Using textfield as an example, the template (eg. text.ftl) takes th
Interesting problem...
Using textfield as an example, the template (eg. text.ftl) takes the
literal name attribute from and writes it straight to the
html. You could create your own theme that replaces the '.' with a
different character in the html. You could then write your own
interceptor that c
2 matches
Mail list logo