Hi,
Can anyone here, kindly tell me how to read that hardcoded 'ROLE_XYZ' from a property file..
Thanks,Code:<security:intercept-url pattern="/*xyz*.admin" access="hasRole('ROLE_XYZ')" />
Vivekanand Alampally
Hi,
Can anyone here, kindly tell me how to read that hardcoded 'ROLE_XYZ' from a property file..
Thanks,Code:<security:intercept-url pattern="/*xyz*.admin" access="hasRole('ROLE_XYZ')" />
Vivekanand Alampally
It works.. Thanks Rob. My bad.. I have been using propertyPlaceholderConfigurer since two years..