javax.el.PropertyNotWritableException: Illegal Syntax for Set Operation

后端 未结 4 847
攒了一身酷
攒了一身酷 2020-11-30 12:33

I\'m making a project to school in JSF and I have few problems with that.

First of all, the h:commandButton doesn\'t work properly when I want to redirect myself to

4条回答
  •  鱼传尺愫
    2020-11-30 13:22

    Don't give the () in your command button. In your bean method return some string and use navigation to move to another page.

提交回复
热议问题