• 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

Updation on checkboxes in JSP

 
Ranch Hand
Posts: 41
Netscape Safari Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

i am making a module in a project which have various checkboxes , and an updation button.

While clicking on update button,the values are updated in my database , and the next time i visit the same module , the values previously checked remains checked.

Now when i uncheck some values and update then also the database is updated .
However while doing it thrice the database value stops updating and i see the previous (on second time visit) checked boxes checked.

Please tell me why the updation is not working on revisiting the page again?

Thanks in advance..
 
Ranch Hand
Posts: 308
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible to see at least the jsp code used for writing the checkboxes, the code written to check (uncheck) the checkboxes, the servlet code that gets the checkboxes from the request and the query used to perform the update operation?

Thank you
 
reply
    Bookmark Topic Watch Topic
  • New Topic