Suppose I have a session bean working as backing bean. I don't want to enable
the Facelet template access to property "accountNumber", but I want to enable
my session bean to manage "accountNumber". @Restrict doen't work in this way.
If my action method in the baking session bean is like this:
void updateBankClient(){
int number = createAccountNumber();
bankClient.setAccountNumber(number);
em.update(bankClient);
}
an exception will be raised if I work with @Restrict.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104074#4104074
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104074
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user