• 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

handling the input type check box in struts

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have dynamic data coming from different database , and i have an array of result , each row with a primary key
now I need to use check box to update certain field in case of review so I need a solution to the following prb

I use struts 1
but I can not use the <html:check>
because I made the name of check boxes depends on primary key to differentiate between rows



how to handle the parameter of checked check box in the action


 
Nesrin aboud
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to make a solution that user can check all the checkboxes in the grid and then click on a submit button to save
or to submit each checkbox alone

can any one help me
reply
    Bookmark Topic Watch Topic
  • New Topic