Row 2 « IceFaces « JSF Q&A





1. dataTable - selected Row    icefaces.org

2. Best way to hide/show a table row ?    icefaces.org

3. DataTable set rows readonly    icefaces.org

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 ...

4. How to group data by rows    icefaces.org

6. icefaces row selection    icefaces.org

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 ************/

7. Nullpointer in row selector    icefaces.org

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: ...

9. editing a row in dataTable    icefaces.org





10. validator is not working on the fields of a data table rows.    icefaces.org

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.

11. Dynamically adding a row into dataTable    icefaces.org

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 ...

12. Need urgent help - row selection - data table    icefaces.org

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 ...