input « Datatable « JSF Q&A





1. Datatable with rows of inputs    stackoverflow.com

I have a datatable that generates rows of text inputs and selection lists and when I submit the values are null. I realize this is because jsf is generating separate random ...

2. validate input field in jsf datatable    stackoverflow.com

I have input field in jsf datatable which i am validating and adding error message but error message doesn't get displayed. What is the best approach in validating input field in ...

3. How to dynamically add input rows to JSF h:dataTable and keep focus where it was    stackoverflow.com

Problem is simple. Page has some textfields and user must be able to write into as many of them as he needs. When user starts to fill last textfield then new ...

7. Inputs in datatable    coderanch.com

Hi all, Here is a problem on which i've been struggling till now: I have a datatable filled up with users and their properties (name, address...). At the end of each row I need to put either an InputText or a SelectOneMenu, in order to associate some new properties to each of my users. So I've put an actionListener behind the ...

8. Submitting Input Fields In a Datatable    coderanch.com

Hi everyone, I'm trying to solve a problem which I would seem to think is quite intuitive to solve but just can't seem to get it going. Any suggestions you can offer would be greatly appreciated. Basically, I have a managed bean in the request scope which contains a List. I create a datatable (actually its a RichFaces datatable) which iterates ...