Unable to render mxui_widget_MxFormView_113 widget: too much recursion

1
Anybody know what the error Unable to render mxuiwidgetMxFormView_113 widget: too much recursion means? I have got this in red on a form where there should have been a date. Regards, Ronald
asked
1 answers
8

Working with Firefox 18? If so, upgrading to Mendix 4.4.0 might work:

See: http://www.mendix.com/tech-blog/firefox-18-and-mendix-applications/

Ofcourse, you could also use the script posted in that article.

<script>(function(){mendix.lang._seqCounter=0,mendix.lang.sequence=mendix.lang.runActions=mendix.lang.runBindActions=function(e,t,n){if(t instanceof Array){var r=e;e=t,t=n,n=r}t&&typeof t=="object"&&(n=t,t=null);if(e instanceof Array){var i=function(){var r=e.length;if(r!=0){var s=e.shift(),o=function(){typeof s=="function"?s.call(n,i):typeof n[s]=="function"?n[s](i):(logger.error("mendix.lang.sequence: function missing in scope: "+s),i())};mendix.lang._seqCounter++%10==0?setTimeout(o,0):o()}else typeof t=="function"&&t.call(n)};i()}else logger.error("mendix.lang.sequence: sequence is not an array, trying to call end"),typeof t=="function"&&t.call(n)}})(); </script>
answered