Hi Anjini,
Thanks for your answer. You’re right, some of your users shall be able to edit values in controls and some of them to not.
Your suggestion is that we store the permissions inside a session and bound it to the editable controls via EL expressions, right? This is how we solved the problem with JSF before – but with a security filter.
The problem is: How to admin the rights according to MWS groups / roles? Say, you have a group edit_users and a group non_edit_users.
How does our CAF app know that a user which belongs to edit_users are allowed to edit values on several views? We can retrieve the group and map the permissions – but is this the common approach in CAF?
-Bernhard
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods