Field-Level Declarative Security
It seems you could accomplish declaritive security on individual controls as long as they are bound to a data-source?
http://blog.isomorphic.com/field-lev...ative-security
It says:
* If a user is not allowed to see a field, that field is omitted entirely from the DataSource definition, and automatically omitted from data delivered to that client
* If a user is not allowed to edit a field, that field is shown as read-only by all DataBoundComponents that support editing, and any attempt to modify the field will
be rejected automatically by the server
Can you point me to some example code that uses this capability.
I am new to sgwt so please excuse any blatant ignorance on my part.
Thanks.
It seems you could accomplish declaritive security on individual controls as long as they are bound to a data-source?
http://blog.isomorphic.com/field-lev...ative-security
It says:
* If a user is not allowed to see a field, that field is omitted entirely from the DataSource definition, and automatically omitted from data delivered to that client
* If a user is not allowed to edit a field, that field is shown as read-only by all DataBoundComponents that support editing, and any attempt to modify the field will
be rejected automatically by the server
Can you point me to some example code that uses this capability.
I am new to sgwt so please excuse any blatant ignorance on my part.
Thanks.
Comment