ScrollTable not using value tag

73 Views Asked by At

In a ScrollTable I need to retrieve data from a particular object and set data to another. How can I do this?

Now I find:

Illegal Syntax for Set Operation

The h:inputText has value tag = myBean.castData(getTopdata(par1))

Damn! I need only to get a value to display and not to set modifications (because the modifications are taken using a valueChangeListener).

1

There are 1 best solutions below

0
On BEST ANSWER

Solved myself putting an hashmap between real data and displayed data.