Hello.
I have a table that created from view object. I draged the CreateInsert button on the page.
Button looks like this:
<af:button actionListener="#{bindings.CreateInsert.execute}" text=" disabled="#{!bindings.CreateInsert.enabled}" id="b8"/>
When i click the button it creates a new empty row thats ok. But when i fill the attributes and click the button again, it does not create a new empty row. It appears after coming back from another tab.