HiI know business logic in JSPs is bad, but I need to come up with a solution quickly with how the codebase was setup. Anyways, I wanted to execute code only on a certain template so I'm using currentPage.getTemplate().getTitle().equals("SomeTemplate") I could provide code context but I think its mo...