You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is located in TabRepeat.java - processValidators, because for a static tab the "var" is null. Replacing the code by the previous commit solves this. Not sure if this interferes with dynamic tabs.
A similar condition is located in processUpdates which may be also a problem, but this doesn't omit the Ajax call
Sorry, it wasn't a bug. It was an improvement, that all validators are now executed, inside the tab. Due to the fact that some fields are not already filled, the validator fail. An "immediate" attribute on the datatable solved this issue.
Since commit 91024a7 a onselect call like
doesn't call bean method, if the datatable is placed inside a tabview, but the following javascript part will be executed.
The text was updated successfully, but these errors were encountered: