Hi,

I have a form with a textfield.

<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd"; 
    xmlns:p="tapestry:parameter">
<body>
    <t:form>
         <t:textfield value="value" />
    </t:form>
</body>
</html>

When I try to access the page I get the following error in console.js:

'requiredModules' is null or not an object (line 111)

After that error, Tapestry is refusing to run any custom scripts or mixins.

If I remove the textfield the page loads OK without any errors.

Does anyone know how to fix this? I am using IE8.

Thanks
Alexis


                                          

Reply via email to