質問

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

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top