• 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

User enabled editing of database jsp/servlet

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an application where users enter logs into a guestbook and I want to give capability to edit the already entered logs from the jsp page that displays the logs. Here is the code that displays previous entries:

The /edit URI is mapped to a servlet:

I then try to filter my app engine datastore query in the same servlet to store as a collection the log associated with the date that was clicked on:

I think my problem might be an issue with passing the date stamp as a string as opposed to a date. I'm not exactly sure how the GAE query filters by date.
Thanks,
Martin
 
reply
    Bookmark Topic Watch Topic
  • New Topic