• 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

Deleting checked rows in struts.

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a jsp page with 10 rows for 5 coulmns alongwith the checkboxes at the side.User can select multiple checkboxes to delete mutilple rows simultaneously by clicking on delete button.The code for jsp is as:



The values of 5 columns are passed in a list in form class.I have boolean variable for checkboxes "checkStatus".Can anyone suggest me how to recieve checkboxes values in form bean and handle them in action class?Do I need javascript for this?It would be great if anyone can send me any example where this type of problem is handled.

Thanks in advance.
Anil
 
reply
    Bookmark Topic Watch Topic
  • New Topic