selectManyCheckBox « Datatable « JSF Q&A





1. JSF f:selectItem in h:selectManyCheckbox not working in backing bean, but is displayed properly in h:dataTable    stackoverflow.com

The problem occurs with this code:

<h:form>
    <rich:panel>
        <f:facet name="header">
            <h:selectManyCheckbox ...

2. JSF: display h:selectManyCheckBox vertically in h:dataTable    stackoverflow.com

I have a simply facelet which display a list of products in tabular format. In the last column of each row, there is a checkbox used to mark the product for ...

5. jsf:datatable with selectManyCheckbox problem    coderanch.com

hi, Thanks for ur reply,but i got the following error ***************************************************** [Jun 12 06:13:45] ERROR (LogUtil.java:154) - org.apache.jasper.JasperException: /modules/mod_assetgroup/assetgroupindex.jsp(53,1) Attribute itemValue invalid for tag selectItems according to TLD at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405) at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:234) at org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:989) at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:710) at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1441) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163) at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2213) at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:730) at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1441) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163) at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2213) at org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:730) at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1441) at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163) at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2213) at ...