> [...]

> > So there are three possible sources of trouble:
> > 1. fd:field vs. fd:output
> > 2. (duplicate) binding for id and implicit direction="both"
> > 3. addUser method
> > 
> > Joerg
> > 
> Now I changed the the line in <fb:on-bind>... for id to direction="save" and it
> works fine. )
> 
> Thanks a lot!
> Nicole
> 


After all I still had some problems. In testing and stepping through the code I
found out, that datatype in the bean where my users are added must be something
like an array which has an order. First I had a HashSet where I added my users 
to.

Now, since it is an ArrayList, ist works.

Nicole


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

Reply via email to