Request parameter is null during postback

后端 未结 2 1130
隐瞒了意图╮
隐瞒了意图╮ 2020-12-21 11:46

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

2条回答
  •  [愿得一人]
    2020-12-21 12:29

    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.

提交回复
热议问题