You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Richard Hill <ri...@su3analytics.com> on 2011/03/03 13:28:50 UTC

IE8 - tapestry.js throwing exception line 766 (T5.2)

Hi,

I have a pretty simple standalone login page with a form:

<t:form t:id="login">
<input t:id="oreq" t:type="hidden"  />
<label for="email">Email</label><br />
<input t:id="email" t:type="TextField" maxlength="100" /><br />

<label for="password">Password</label><br />
<input t:id="password" t:type="PasswordField" maxlength="20" /><br />
<input type="submit" value="Login" />
</t:form>


On clicking the submit button, IE8 is throwing the following error:

"Exception thrown and not caught tapestry.js line 766 character 8"

On looking at the js, it appears that the form event manager is
undefined. 

The POST does get made however, with the appropriate data being sent
back. However it's not ideal. Any idea why this might be happening, or
what (as yet unnoticed) consequences there might be?

Thanks






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