I have a view that display a list of users, from this view I can go to another view of \"details\" of any selected user. In the details view I need to select some values fro
The cause of this error is that parameterMap.get("id_usuario") is null. You should investigate how you pass this parameter from the UI to the backing bean.