czw., 9 paź 2025 o 16:57 Prasanth <[email protected]> napisał(a): > > The contacts variable is an ArrayList in the action class. All selected > contacts are correctly getting set in the action class contacts variable. > > Do you think depending on how the variable is defined in jsp we have to set > the parameter on get/set?
No, this is a special case of how CheckboxInterceptor handles variables and you must annotate setter and getter in this case. In any other case with List/Maps just getter must be annotated Cheers Łukasz --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

