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: JSTL startup question

2006-04-02 Thread digby
Check your web.xml file to see whether the DTD is 2.3 or 2.4. It all changed recently. http://java.sun.com/jsp/jstl/core is what you should be using if you're at 2.4. If the DTD is 2.3, just update it to: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

Re: literate programming?

2005-11-02 Thread digby
Have you see taglibdoc? http://www.jahia.org/taglibdoc I think this is what you're after. Digby [EMAIL PROTECTED] wrote: Hello, please tell me: Does exist a documentation system like "javadoc" or "Doxygen" (also called "literate programming") specially f

Re: JSTL c:out method access

2005-10-20 Thread digby
I believe that EL only supports properties (including maps and lists), but not methods. Digby matador wrote: given the following code: 1 2 3 4 5

[image] Another quick q

2005-06-20 Thread Digby
The documentation says that you can have absolute or relative paths to your images in the attribute, but when I try and use c:/photos/photo.jpg it doesn't work. Any thoughts anyone? Thanks - To unsubscribe, e-mail: [EMAIL P

[image] Is it still being developed?

2005-06-20 Thread Digby
Hi, Is the Image taglib still being maintained? I've just had my first look and it looks really useful but I wanted support for rollovers and stuff which it doesn't seem to do. Are there any alternatives that anyone has sued? I did a quick Google search and couldn't find muc

Re: Problem with namespaces jstl / xml

2005-06-01 Thread Digby
Thanks for your help, but jstl doesn't seem to work like that. Don't know why, but you can't put namespaceprefixes in the xpath. Rahul P Akolkar wrote: news <[EMAIL PROTECTED]> wrote on 05/31/2005 05:52:18 AM: I guess this is a namespace-uri issue, after lots of digging around. Please cou

Re: Problem with namespaces jstl / xml

2005-05-31 Thread Digby
I guess this is a namespace-uri issue, after lots of digging around. Please could someone explain what my xpath should be to output the version number of the following (atom) xml (either in JSTL or plain old xpath? I just can't get it. http://purl.org/atom/ns#";> Many t

Problem with namespaces jstl / xml

2005-05-27 Thread Digby
ause xpath is looking for a particular namespace. works fine. Since there isn't a namespace prefix, what do I do? THis isdriving me potty, sinceI can't be the frist person with this problem. Many thanks. Digby -

Re: jstl and splitting carriage returns

2005-05-26 Thread Digby
two" so that the 5th character is the newline character) Then you should be able to split the string using this new variable, e.g. Peter -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Digby Sent: Thursday, May 26, 2005 5:24 AM To: taglibs-user@jakarta.apa

jstl and splitting carriage returns

2005-05-26 Thread Digby
Hi again, Anyone know if it's possible to do an fn:split on carriage returns (\n). I just get invalid expression error messages with: TIA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

jstl and Atom feeds

2005-05-26 Thread Digby
27;t get any of the contents out using xpath. Please put me out of my misery! TIA Digby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: POP3 tag?

2004-09-28 Thread Digby
True, but you could say that about a lot of tags (sql, xml, mailer) and just passing back a simple list of messages on a POP3 account is something that you might want to let a Web designer do with a taglib if it is to be straightforward. Digby Andrew Petro wrote: I'm not at all surprised

POP3 tag?

2004-09-28 Thread Digby
ike much (it doesn't seem very polished). I might try writing one, but if there is one out there...that's what it's for. TIA Digby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How do I pass a variable into an x select?

2004-09-04 Thread Digby
ariable fails, but I can't hardcode the "two" for obvious reasons. TIA Digby Self: Index: P

x:out strips tags within selected node

2004-09-03 Thread Digby
ut is there anything I can do to output all the tags. Thanks in advance, Digby XML file: Introduction section testing/test Heading Lorem ipsum dolor sit amet. Donec sed enim. JSP: result: Heading Lorem ipsum dolor sit amet.