You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/06/27 09:52:12 UTC

DO NOT REPLY [Bug 25083] - JXTemplate evaluates expressions in comments, need jx:comment?

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=25083>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=25083

JXTemplate evaluates expressions in comments, need jx:comment?





------- Additional Comments From agallardo@agsoftware.dnsalias.com  2004-06-27 07:52 -------
OK. Will we add jx:comment?

<jx:comment>
Anything here will not be parsed. It will be swallowed by the JXTemplate parser.

So I could write: Here a buggy expresion as <jx:out value="#{.[thi$_not_work]}"
/> and this will not thrown a exception. Is this OK?
</jx:comment>