• 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

Maintain checked and unchecked in checkbox in pagination in display tag in struts

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am developing a struts application in struts 1.3 i am using display tag in displaying data i am displaying checkbox in every row now i have a requirement that i select checkboxes and selected checkboxes values are saved into database but i when i move to next page to select an item and after selecting the items when move to previous page the selected checkbox get unchecked . iam not understanding how to do this
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i was founf exact answer from this link http://candidjava.com/struts-tutorail
 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Zoheb,

I hope this helps you .. POST FORM VALUE
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have displayed the database details in jsp page using display tag.it is working fine . I dont knw how to retain the selected check box value. My requirement is used to find the selected box value, so i can delete the record in the database . please advise me .


Thanks in Advacne
 
reply
    Bookmark Topic Watch Topic
  • New Topic