Hi, Another dataTable doubt :-). How can i set a row(s) from a dataTable to be readonly (each cell have an HtmlInputText)? I checked all HtmlDataTable methods and i didn't find one to do this. When i'm creating the table columns i can do something like: input.setReadonly(true), but this applies to an entire column, not a row. Is there any method ...
Hi I'm a JSF/ICEfaces-newbie, so please help *cry* In the demos, there is a nice component, the row selector, but i don't have any ideas, how to use it and there isn't something about the row selection in the data table tutorial. Could anyone help me? /************ JSP ************/
Hi I'm getting a NullPointerException whenever I click on one of the rows in a table with row selector: at com.icesoft.faces.component.ext.RowSelector.processDecodes(RowSelector.java:264) at com.icesoft.faces.component.ext.HtmlDataTable.processKids(HtmlDataTable.java:287) at com.icesoft.faces.component.ext.HtmlDataTable.iterate(HtmlDataTable.java:247) at com.icesoft.faces.component.panelseries.UISeries.processDecodes(UISeries.java:268) at javax.faces.component.UIForm.processDecodes(UIForm.java:164) jspx: ...
I am new to this ICEFACES technologies and i am using ICEFACES 1.7. I have JSF page where I am populating the data table with a list of java objects. In that table i have some editable fields which has to validated on tab out. So i used the following code snippet to do that.
Hi all , Can we add a row dynamically into a dataTable without backing bean. My problem is , i have one of the columns as a commandLink and when i click on it , i need to open an iframe exactly below that row. That is i need a row inbetween two rows which has been populated from the backing ...
Need urgent help. I have a page with panel stack and I am using a tree component to show different pages. In one of the pages I have data table with row selection. When I enter the page through navigation, the row selection method is not getting called. But the same page, when I refresh (F5 IE menu) the row ...