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-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org