Woody wd:action

2003-10-24 Thread Vladimir Marko
I'm trying to design a form which contains multiple submit buttons in combination with flowscript. In HTML this is usually solved by defining multiple input elements (type="submit") with same name, but with different value. All Woody examples contain definition of submit button in the form tem

HTTP header

2003-10-28 Thread Vladimir Marko
Can anyone tell me how to add fields to HTTP header in cocoon app. Particularly, I want to disable response caching ('Cache-Control', 'Pragma'); Thank you in advance -- Vladimir 'Yilard' Marko - To unsubscribe, e-mail: [EMAIL

PDF generation

2003-10-28 Thread Vladimir Marko
I have problems with generating pdf documents with national characters. I'm using XSL-FO transformer to turn xml data into document. Input xml is correctly written in UTF-8, but output pdf contains #'s instead some of national characters. PDF documents references fonts in Ansi encoding, so I su

Sendmail action declaration causes java.lang.OutOfMemory

2003-11-19 Thread Vladimir Marko
Hi all, I'm trying to use Sendmail action in my sitemap.xmap, but everytime I add: into the map:actions section, Container throws OutOfMemory exception upon any request. Snippet from log: INFO: Starting Coyote HTTP/1.1 on port 8080 20.11.2003 0:00:06 org.apache.tomcat.util.threads.ThreadPool

Re: Sendmail action declaration causes... (solved)

2003-11-19 Thread Vladimir Marko
Shortly after I sent a message I have looked once more into the problem and I've found out that mail.jar wasn't on the classpath. When i put it into WEB-INF/lib everything works fine. But still the previous error message may be quite puzzling :) Vladimir Marko wrote: Hi all, I&#