sending two different mails

2004-05-18 Thread Arora, Avinash
Hi, Can we send two different mails using the tag of Mailer tag library, at a given time. If yes can any body please how to achieve this. Here is what I am trying to do-- (As u can see I am using there are two , but only first one is executed).

run time check boxes

2004-04-13 Thread Arora, Avinash
Hi, I am having run time data, which I am reading from database. I want to attach a check box with every data read from the database, obtained from the java class returning linked list. Also a user can select multiple check boxes at the same time. So how can I found out, which check box has bee

input tags

2004-04-13 Thread Arora, Avinash
Hi, I was trying to obtain the input tags from jakarta.apache.org. But I can see that there are no files present in the Library release folder from any of the mirrors. But the nightly builds are available. Has any body faced similar problem. Is the nightly release reliable enough to be used. Than

book on taglibs

2004-03-31 Thread Arora, Avinash
Hi, Is there a good book available to study the usage of various taglibs or the best way is the documentation that is available. Thanks. Avinash - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

RE: mailer taglib

2004-03-31 Thread Arora, Avinash
IL PROTECTED] Sent: Friday, March 26, 2004 4:48 PM To: Tag Libraries Users List Subject: RE: mailer taglib On Fri, 26 Mar 2004, Arora, Avinash wrote: > Hi, >I am using mailer1.1. yes the documentation indicates that run time > expression is not allowed. So is there any solution o

RE: mailer taglib

2004-03-26 Thread Arora, Avinash
: Friday, March 26, 2004 2:17 AM To: [EMAIL PROTECTED] Subject: Re: mailer taglib What version are you using? Is it possible that the tld indicates that runtime expressions are not allowed? Marc. Arora, Avinash wrote: > Hi, >I am trying to use the mailer1.1 taglibs to send email. If I ha

mailer taglib

2004-03-25 Thread Arora, Avinash
Hi, I am trying to use the mailer1.1 taglibs to send email. If I hardcode the values of to and from field, the email can be send. But when I use a java class to print the value inside to: the mail can not be send. I have checked the value obtained by java class by printing it out. It is correct