I would like to use a custom component within my <h:dataTable>. The problem is the value for "number" below doesn't seem to be passed in correctly. It is blank.
Using an outputText tag works, however. What needs to be changed in the custom tag to make it work?
I misspoke in my original post. What I meant to say was I am trying to use a custom tag within a dataTable, and that is not working. What should I be doing instead to get this custom tag functionality? Do you have a link with an example?
I am also facing the same problem, normal inputtext control is working in datatable whereas custom component of input text control is not working.
the problem I am facing is:
when I used input text inside the datatable page is submiting prefectly and I am able to retrive the input value in the backing bean after submiting the page but when I used a custom input text inside the datatable page is not submiting as there is an issue with custom component.