Correct way to manage multiple h:inputText?
Posted
by Mirco Attocchi
on Stack Overflow
See other posts from Stack Overflow
or by Mirco Attocchi
Published on 2010-05-02T14:35:12Z
Indexed on
2010/05/02
14:37 UTC
Read the original article
Hit count: 215
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.
© Stack Overflow or respective owner