You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Vincenz Braun <vb...@evelox.de> on 2003/05/06 12:01:00 UTC

[jelly] Bug in EmailTag

Hello,

can anybody correct this little but annoying
bug in EmailTag:

in line 221 it must be:
messageBody = getBodyText(encodeXML);
instead of:
message = getBodyText(encodeXML);

A new snapshot release of this taglib on ibiblio would also
be great. 


Thanks a lot,
Vincenz 


Re: [jelly] Bug in EmailTag

Posted by Paul Libbrecht <pa...@activemath.org>.
The committers will speak but in the meantime you can certainly install 
this in your local repository thus, I think, avoiding the download (this 
may break in the future when hashes come through): "invoke maven 
jar:install" or "maven jar:install-snapshot".

Paul

Vincenz Braun wrote:
> can anybody correct this little but annoying
> bug in EmailTag:
> 
> in line 221 it must be:
> messageBody = getBodyText(encodeXML);
> instead of:
> message = getBodyText(encodeXML);
> 
> A new snapshot release of this taglib on ibiblio would also
> be great.