I am able to successfully implement Acegi JSF Component for Spring Security 2.0.2 into Facelets file from the link http://cagataycivici.wordpress.com/2006/01/19/acegi_jsf_components_hit_the/ acegi_jsf_components but we have a requirement when a user is not in a particular role, then simply making it read-only field or even combining conditional processing e.g.
if value of “status” = “new” and role = “customer” then component is editable else component is read only. -- View this message in context: http://www.nabble.com/JSF-Facelets-with-Spring-Security-2.0.2-tp18271738p18271738.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

