I'm getting an error using IE8 upon form submission - the error appears to
be Tapestry.js (from T5.2.4) line 1545 - Error: Object doesn't support this
property or method

if (this.form.getInputs("hidden", "t:formdata").size() == 0)

The only methods listed as available for this.form within the IE8 debugger
are onsubmit() - anyone else seeing this issue?  It seems fine under FF /
Chrome.

This appears to happen whether I start with:

<form t:id="uWEventForm" name="uWEventForm">

Or

<t:form t:id="uWEventForm" name="uWEventForm">

Regards,
Jim.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to