uiListCount cannot be used inside UI permission. This is due to: 1. UI permission contains a uiListCount hash variable 2. uiListCount Hash requires UI to load to get the count 3. In order to load the UI design, the UI permission will be called. It goes back to step 1. (Will cause an infinite recursion that eventually returns a StackOverflow exception error : ERROR 15 May 2024 09:27:20 org.apache.jsp.WEB_002dINF.jsp.error500_jsp - Handler dispatch failed; nested exception is java.lang.StackOverflowError2org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.StackOverflowError Caused by: java.lang.StackOverflowError |