Hello all I have a Jsp which in there is a form with a list of elements. If we click on a element of the list, another list is deployed (in ajax) with checkboxes. If I submit the form, the values in the checkbox added by ajax, aren't send with the form. How can I resolve this?
Julien