xtags:copyOf & x:style

2006-05-12 Thread sonal
hi, i need to apply an xslt transform to a subset of nodes in an XML document that i get back from a call to a webservice, using xTags. Is there any way to do that? I thought perhaps I could do an xtags:copyOf , to get the subset of nodes, and then apply an xtags:style to just that subset. Howev

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