How can I get values out of a selectOneMenu inside a JSF datatable?

前端 未结 2 427
臣服心动
臣服心动 2021-01-19 10:57

I have a JSF datatable with a bunch of rows, with each row having a selectOneMenu inside of it like this:

    

        
2条回答
  •  孤城傲影
    2021-01-19 11:48

    There are no obvious errors in the form - if your save method is not being invoked, try adding a messages tag to your form to help track down the source of the problem. It would help if you posted a sample bean that reproduces the problem and state the JSF implementation and version you are using.

提交回复
热议问题