PDA

View Full Version : <spring:Content> tag still processed when commented ou


darrell.pittman
10-17-2005, 01:47 AM
I have noticed that the <spring:Content> tag will still be processed and rendered in a child page when it is commented out with tags. Is this the correct behaviour?

Rick Evans
10-17-2005, 06:33 AM
Hi

Yes. You need to use server side comments of the form below when commenting out controls and suchlike...

<%-- <spring:Content/> --%>

Ciao
Rick

darrell.pittman
10-17-2005, 10:45 AM
Rick,

Thanks. I had no idea such a tag existed.