File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes problem with editable table cells Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "problem with editable table cells" Watch "problem with editable table cells" New topic
Author

problem with editable table cells

Nareshkumar Kapilavai
Greenhorn

Joined: May 29, 2007
Posts: 25
Hi,
i am trying to use <h:selectBooleanCheckBox> in side <h:dataTable>. my requirement is need to edit the table cells..

;;;please see my code in attachement.


..allActionTypeNames() methode return list of valueObjects.as per the above code whenever we are selecting that checkbox.. the output text need to change like the textbox.but it is not happening like that.

the editable property i mentioned like this ..

private boolean editable = false;
.
.
public boolean isEditable() {
return editable;
}
public void setEditable(boolean editable) {
this.editable = editable;
}

.. please give me the solution for my problem.

Thanks&Regards!
Naresh.
Nareshkumar Kapilavai
Greenhorn

Joined: May 29, 2007
Posts: 25
i am very sorry to all. i am unable to add my jsp code here. i dont know what is the problem. please ignore this post.
..naresh
 
 
subject: problem with editable table cells
 
Threads others viewed
Disabling JTable Cell selections
JTable cellEditable issue
Creating an editable table using an array of input tags
Can't make JTableHeader reorderingAllowed
Problem With the "action" Attribute
developer file tools