Hi,

I've avoided using the dot notation with forms, yet I've come across a
situation that would be best solved with the dot notation:

customer.address.zip matches to "form_address.zip". 

The problem is that neither velocity nor jquery are happy with the dot
notation:

$form.fields.address.zip would not do for velocity;
$('#form_address.zip') would not do for jquery;

Is it possible we change the rendering of the notation as something else
than a period ("."). This notation will be switched back when velocity will
lookup for request to object mapping?
-- 
View this message in context: 
http://n2.nabble.com/Dot-notation-and-html-element-ID-tp3074221p3074221.html
Sent from the click-user mailing list archive at Nabble.com.

Reply via email to