I am in the process of changing from a Servoy Tab to a Bootstrap tab. The tabs have the containedForm set but no text. There is a side menu which set the tabIndex.
In the onLoad and onShow i have added a message to the console to check that the form has loaded OK. The message in the onLoad and OnShow appear in the console then the error message
WARN FormService - Updates to a form state/cache/model came before it was initialized; this is no longer expected; form: customer_tabpanel
customer_tabpanel is the form with the bootstrap tab panel. Have also put code into the onLoad and onShow of the forms in the tabs and the messages appear in the console.
Have tried removing the tabs from the tab panel and through code removing all tabs and then adding a tab and setting the containedForm. No difference still get the error message.
Any help on why I am getting an error message, the forms don’t show when from the output to the console it would appear they are loaded would be much appreciated.
TIA
Richard