MethodExpression not firing in HtmlCommandLink
问题 I have a dynamically generated Datatable, like this DataTable dataTable = new DataTable(); dataTable.setValue(relatorioVOList); dataTable.setVar("rVO"); Column checkBoxColumn = new Column(); checkBoxColumn.getChildren().add(this.viewComponentBuilder.createExpressionTextWithLink("#{rVO.iRelatorio}","#{rVO.nNome}")); dataTable.getColumns().add(checkBoxColumn); public HtmlForm createExpressionTextWithLink(String iRelatorioExpressionValue, String valueExpressionValue) { HtmlForm form = new