Hi, I did try it with this (email addresses obscured)
<j:jelly xmlns:j="http://www.blah.com/ns/jelly" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blah.com/ns/jelly jelly.xsd" xmlns:b="jelly:blissed" xmlns:em="jelly:email"> <b:blissed trim="true"> <b:process name="sendmail" var="sendmail" start="1"> <b:state name="1"> <b:description> This sends an email when the RD FI reconciliation file retrieval task has completed </b:description> <b:activity> <em:email from="[EMAIL PROTECTED]" to="[EMAIL PROTECTED]" subject="RD FI reconciliation file retrieval task has completed" server="10.0.0.1" > RD FI reconciliation file retrieval task has completed. Look at the timestamp of this message to see when. </em:email> </b:activity> </b:state> </b:process> </b:blissed> </j:jelly> Ignore the blissed tags, they work. And got this. java.lang.ClassNotFoundException: email at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.jav a:1406) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.jav a:1254) at org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:993) at org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:601) .... Don't know why it does not work. David -----Original Message----- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: 20 October 2004 07:55 To: Jakarta Commons Users List Subject: Re: [Jelly] Email tags not there, so can you use Commons email Huh? The email taglib is still there... look in jakarta-commons/jelly/jelly-tags/email On Tue, 19 Oct 2004 09:47:49 +0100, David Wynter <[EMAIL PROTECTED]> wrote: > Hi, > > I checked CVS and it seems that the email tablib was reomved abotu 20 months > ago. But then I found this patch file referring to the tagloib > http://jira.codehaus.org/secure/attachment/12650/mpannouncement-9.patch > > So the alternatice seems to be that you use the define tag (although not too > familiar with it) to define the commons SimpleEmail class and set up the > values from there. But unfortunately it seems that not all required > attribute values can be set as it is not a Bean, e.g. addTo() for adding > recipients. Ideas on how to approach this, point me to soem exmaples if > possible, I > > David Wynter > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://www.multitask.com.au/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
