Hi,I am using displaytag with Struts and Acegi security framework combination. 
I would like to allow all export types to admin user, but not to regular user 
of our application. I tried the below code but nothing seem to be 
working.Please shed some light in this if it\'s possible to do what I want to 
do.<display:table name=\"viewHelper.applications\" id=\"app\" 
export=\"true\">If set the export attribute as above it\'s turned on to all 
users.having said that, is possible to set/change \'true/false\' value to the 
\'export\' attribute based on logged in user.I tried below code, but didn\'t 
work for me.<authz:authorize 
ifAllGranted=\"ROLE_SUPERVISOR\">    <c:set 
var=\"exportFlag\" value=\"true\"/></authz:authorize><display:table 
name=\"viewHelper.applications\" id=\"app\" export=\"${exportFlag}\">.Thanks 
in advance,Sree
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to