Question

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).

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top