Or, alternatively:
@Factory("loginRequired", scope=STATELESS, autoCreate=true)
| public boolean isLoginRequired() {
| return Pages.instance().getPage( Pages.getCurrentViewId() ).isLoginRequired();
| }
And then use #{loginRequired}.
That's less code in the templates ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050682#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...