• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Is buffering before submitting is possible in Bean Binding(jsr-295)

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic