1. JSF f:selectItem in h:selectManyCheckbox not working in backing bean, but is displayed properly in h:dataTable stackoverflow.comThe problem occurs with this code:
|
2. JSF: display h:selectManyCheckBox vertically in h:dataTable stackoverflow.comI 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 ... |
3. using h:selectManyCheckbox inside h:dataTable coderanch.com |
4. h:selectManyCheckbox inside h:dataTable coderanch.com |
5. jsf:datatable with selectManyCheckbox problem coderanch.comhi, 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 ... |
6. how to modify the behavior of t:selectManyCheckbox or h:datatable coderanch.com |