Re: How to use checkbox in struts.

2006-02-08 Thread Joey Watson
Thanks everybody, I followed the method that Vidya told me. it can work well. and Robert , you can send Vidya's letter to the programer , if still unsuccessful you can tell me. I will make a demo for you. Thanks again. Joey.

Re: How to use checkbox in struts.

2006-02-07 Thread Vilpesh Mistry
hi Use boolean. --- Joey Watson <[EMAIL PROTECTED]> wrote: > Hello everybody. > > I think this is a old question. but I can not find a > good and complete > example in Google. > My question is : > > I have a Jsp page which will list some datas for > user. user can choose(by > click the checkbox

RE: How to use checkbox in struts.

2006-02-06 Thread Vidya \(Suvarna\) Mahavadi
Joey! I had this problem earlier and I fixed it now.. What you need to have in your action form is.. public Row getRow(int index) { return (Row) rows.get(index); } public void reset(ActionMapping mapping, HttpServletRequest servletRequest) { // struts check boxes do