On 7/07/2010 21:43, easydoor wrote: > > I integrated your Google suggestion, it works fine BUT it doesn't solve my > problem, because this Jquery plugin works on the client side and I want to > process the selected values on server side.
Yes you select all the rows then POST the result to the backend, then process the results. Not sure what issues you are running into. > I read the Click documentation several times and i don't find deep > explanations > on table and tableForm to solve my problem. > > Could you point me to a solution ? First I suggest you divide and conquer your problem. Create a small testpage using a POJO (no Hibernate) and a static list of instances that you can play with. Then put Click in trace mode so you can view the output and see what parameters are passed from the browser (also use Firebug to see what parameters are passed). Are all the FormTable values passed in? Use a debugger and put breakpoints in your submit listeners to see if they are invoked properly. Regards Bob
