Why the jsf version is not upgraded
I am trying using "ui:repeat" in a view, it works well but the attribute varStatus="status" is null or "" . For each row I have a "h:commandLink" element and it has an action: "beanAction.delete(status.index)". The action not working because status v...