This kind of java.lang.IllegalStateException exception are triggered when some Java code is executed after a forward(), sendRedirect() or sendError(). You can refer to this StackOverflow thread to learn…
You often need to filter and modify the where clause of your view object programmatically in your controller bean depending on a user action. (for example, a click…