Re: s:checkbox inside s:iterator in struts2.3.1.2

2012-09-23 Thread Lukasz Lenart
2012/9/24 Omar Ngarigari : > Hello, > > Please help, I am having problem that I cannot figure out how to solve it. > The problem is as follow: > > 1. JSP page: > > > > > > > 2. Action Class > public class ExampleAction extends ActionSupport { > private List myList = new ArrayList(); > private

s:checkbox inside s:iterator in struts2.3.1.2

2012-09-23 Thread Omar Ngarigari
Hello, Please help, I am having problem that I cannot figure out how to solve it. The problem is as follow: 1. JSP page: 2. Action Class public class ExampleAction extends ActionSupport { private List myList = new ArrayList(); private List stringList = new ArrayList(); private int age; get