Re: Struts, checkbox and optionally displaytag

2004-08-10 Thread lixin chu
thanks ! --- Koon Yue Lam <[EMAIL PROTECTED]> wrote: > Hi ! > > From your question, I guess that you need a multiple > of checkboxes, so > you need instead of > > for your reference: > http://struts.apache.org/userGuide/struts-html.html#multibox > > and a wonderful example: > http://j2ee.lagn

Re: Struts, checkbox and optionally displaytag

2004-08-08 Thread Koon Yue Lam
Hi ! >From your question, I guess that you need a multiple of checkboxes, so you need instead of for your reference: http://struts.apache.org/userGuide/struts-html.html#multibox and a wonderful example: http://j2ee.lagnada.com/struts/multibox-example1.htm you would need an action form, which

Struts, checkbox and optionally displaytag

2004-08-07 Thread lixin chu
hi, guess many questions were raised on this but could not find detail enough sample code. i am looking for sample code demostrating the support of checkbox in Struts ActionForm, Action and JSP files. I am using displaytag (really good!) to generate the table with a column of checkboxes. how do i