Re: How to generate subject at runtime (Mailer2 Tag)

2006-05-12 Thread digby
Don't you just want subject="<%= request.getParameter('titolo')) %>" lk wrote: Hi, I'm using Mailer2 to send automatic mail to some address. I would like to generate automatically the subject passing a variable but I can't! My code is: I've tried both way to add a variable (scliplet and

Re: How to generate subject at runtime (Mailer2 Tag)

2006-05-08 Thread Hassan Schroeder
lk wrote: > I'm using Mailer2 to send automatic mail to some address. > I would like to generate automatically the subject passing a variable > but I can't! > > My code is: > from="[EMAIL PROTECTED]" > subject="<% out.system(request.getParameter('titolo'));%>" If you're using a 2.4 cont

How to generate subject at runtime (Mailer2 Tag)

2006-05-08 Thread lk
Hi, I'm using Mailer2 to send automatic mail to some address. I would like to generate automatically the subject passing a variable but I can't! My code is: I've tried both way to add a variable (scliplet and c:out tag) but nothing: the subject I get contains exactly the code I've put in th