• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to maintain last modified record on JSP.

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

i have a small requirement like following.
I have one Jsp on which i am population all details of employee details.
ON jsp i have more than 100 record. To Edit the details i am not opening any pop up. User can update some field from drop down from UI.

Also i have save button on the same Jsp so that the same record can be updated.
All the records are showing on JSP row wise.

As per requirement, i have to maintain the last modified record.
e,g user has done the modification on 100th record and clink on save, so after save JSP page will show 100th record ON JSP (as highlighted or may be some other solution ).
usually if i click on save, so all the records will be shown On JSP, so user has to go to 100th record to find the modification.

is there is any way to implement this situation.


Best Regards
Arvind Porlekar
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic