I am new to Spring. I display a list with users. Every row has a checkbox for removing the users.
Controller:
@Controller
public class AdminControlle
This is because you are using a redirect: in your view. Have a look on Flash Attributes :
You should be able to get the updated list :)