Hi!

My Class C contains various things including a set.

In a listener in page A i get page B (by injection) and I call
pageB.setFoo(c) (where c is an instance of class C) and then i
activate pageB.

in pageB
i have a @Hidden with foo as value. I have this because I want the
various things in Foo to not be lost while doing stuff in page B.
Now, the set in the foo is used in a @For, and each element in foo is
mapped to a @TextField

The result I want is that the foo is preserved over every page request
and that the changes I do in the @TextField will be written in the
objects in the set in foo.
this is not happening. instead the values are (everytime i submit)
overwritten by the old values.

Could someone help me with this as I apparently don't know how to do
it the right way.
If there are some good examples of elements in a @For beeing edited I
would like to see it.

sorry for the bad english.. i'm a little tired at the moment.

--
/ted

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to