When I'm Dispatching a JSP page through Servlet by the following code:

String[] UserList = ViewAllUserBasedOnRights(UserViewBy);
...