Firs thing I encountered was that our menu was not refreshing as it had been : as soon as we clicked on the custom menu the normal menu would no longer refresh.
This is the code that was causing the problem:
So once we had done a code RichTreeTable.setValue on the tree the EL item would no longer be executed after this point.
Makes sense so I just removed the setValue and perform everything through EL.
This is the code that was causing the problem:
So once we had done a code RichTreeTable.setValue on the tree the EL item would no longer be executed after this point.
Makes sense so I just removed the setValue and perform everything through EL.
Comments
Post a Comment