Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Currently i am working for Oracle Forms migration project. I am facing a problem with bulk update feature in Oracle Form.

When user search for some record on some criteria and Forms displays the search result. If user changes something on first record and move on to second record without saving the changes and after changing the second record, if user clicks the update button on this page, forms will save not only second record but also first record. (This is the default behavior of Form).

Please suggest to me the best solution for this problem. Currently i am using Spring Framework & JDBC Template.

Thanks

share|improve this question
What is the problem? Are you trying to find a way to mimic the Forms functionality in J2EE? Are you trying to find a more appropriate way for the J2EE app to handle this? Or are you trying to do something else? – Justin Cave May 16 '12 at 6:07
My Clients want this functionality to have in new j2ee application. I want to know what are the different way we can achieve this goal and which one is best. I might have think of putting some records in session, but that couldn't be implemented coz user can move to 100 of record and putting all the record in session doesn't look gud approach to me. Please let me know if you have any better solution to this. Thanks – JBT May 16 '12 at 6:58

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.