public Object onActivate(String id) { if (bean == null) return Utils.new404(messages);
this.bean = contextValueEncoder.toValue(beanType, id); if (bean == null) return Utils.new404(messages); return null; } so this is what i have to go with in order to run my beanType is hardwired to a certain class within the edit page... not my cup of tea but I have to go with it maybe I am just too click and go... certain things are a sealed deal and I am inclined to set it and forget it I want to run...actually i want to sprint... but I am tripping all over the place If I missed something in the docs please someone burn me to a beautiful char i got no clue why this handler wont work if I add a formal parameter