OK Mr. David,
Actually , i have declared a selectedIndex as List<Integer> in my action and want to collect those selected Indexes
and more with this is, till date i am not clear about Indexed property in S2.
and as per my understanding checkbox value in struts2 must be boolean like [please correct me if i am wrong]
<s:checkbox value="boolean" />
but in html i can supply any
string type value...and OGNL convert and populate this selectedIndex List for me...
If you can please show me the code sample useing S2 checkbox, i will be thankful to you.