posted 16 years ago
Hi all,
I am new to Bean Binding.Actually i have tried both JSR 295 and JGoodies bean binding.
In JGoodies theres a provision for buffering the values from the UI model using BufferedValueModel and the using Trigger to submit all the buffered data.
I wanted to know is there any options like that in JSR 295 where we can buffer the values from 2 3 fields in a container and send it to the backing bean when we hit the submit button???
Thanks in advance,
Arun