Re: reference 'dateField' object in javascript

2012-10-14 Thread Paul Stanton
From further debugging, it seems the object is 'lost in the ether' ie, there is no reference attached to it when it is created... Tapestry.Initializer.dateField = function(spec) { new Tapestry.DateField(spec); } It would be very easy to solve this via: Tapestry.Initializer.dateField = func

reference 'dateField' object in javascript

2012-10-14 Thread Paul Stanton
Hi all, I always thought you could attain a reference to the associated javascript object created by the 'Initializer' for tapestry components via the HTML element somehow? In this case I am looking for the "Tapestry.DateField" javascript object for my field "selectedDateElem" tml: