(actually, should this be [jelly:beanshell] mail header ?)

I presume this is not an appropriate patch but... it's just one line: A BeanShell script should not contain < !!

Paul

Index: src/java/org/apache/commons/jelly/tags/beanshell/ScriptTag.java
===================================================================
RCS file: /home/cvspublic/jakarta-commons-sandbox/jelly/jelly-tags/beanshell/src/ java/org/apache/commons/jelly/tags/beanshell/ScriptTag.java,v
retrieving revision 1.1
diff -r1.1 ScriptTag.java
87c87
< String text = getBodyText();
---
> String text = getBodyText(false);


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

Reply via email to