• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

display tag with check box in struts 1.2

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Im trying to use display tag with checkbox in struts1.2. Im able to display the results with checkbox as first column.
I declared one string array in my action form and set to checkbox input field in displaytable. when i select few results, this string array stores them.
But when i try to select some results and click on submit button, those selected results are not carrying to action class.

can any one give me idea, how to do this?


thanks in advance,
kishore
reply
    Bookmark Topic Watch Topic
  • New Topic