getControlText() returns an empty string rather than the input's value if the input control is defined as a template. For an example, see (line 66) -
http://www.users.on.net/~asm/calendar/bugs.html
Workaround is to call
.element().lastChild.lastChild.value (see line 28 of the above example's source code).
This topic is archived.