I want to use a few tags of the spring security tag library inside the decorator file of site-mesh. However content inside these tags is never shown. Can anyone tell me why
I guess you need to place Sitemesh filter after the Spring Security filter in the filter chain, that is order their <filter-mapping>s in web.xml accordingly.