Correct way to manage multiple h:inputText?
- by Mirco Attocchi
I've an h:dataTable to display my item information (in my case a customer support request) and for each row I'd like to put an h:inputText and h:commandButton to add a comment to the desired item. I've no problem with action, but my question is about the correct way to manage many h:inputText and related value on backbean.
I'm not sure that is correct to make all h:inputText set the value to the same backbean property. Any suggestions? Thanks all.