jsf datatable problem with var attribute

前端 未结 2 1033
天命终不由人
天命终不由人 2021-01-24 08:15

While developing a small jsf application with datatable I am having following problem with this error

The method setVar(String) in the type DataTableTag is not a         


        
2条回答
  •  独厮守ぢ
    2021-01-24 08:54

    Looks like you ran into this bug:

    Bug 41912 - JSF datatable does not work on tomcat 6.0.9

    Regarding the comments on this page a possible workaround would be changing the combination of server and/or jsf version.

提交回复
热议问题