Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top