It appears that if i try to create the following WebModelHandler parameter, the page simply goes white/empty. I suspect it being a crash not appearing in the logs somewhere (not even a server error)
@WebParam("test") boolean test
If i change it to:
@WebParam("test") String test
Then it works just fine.