Is there a way to do server-side commenting, ala <%-- --> in JSPs? i.e. to comment sections that you (temporarily) don't wish to be dynamically processed server-side?

Adding <!-- --> only precludes client-side processing, of course, and if I try to surround a template section (which contains Tapestry components) with $remove$ tags, I get: "Tag __ on line __ is a dynamic component, and may not appear inside an ignored block." Is there another way? I've been resorting to pasting into a separate file.

Thanks,
Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to