WARN ... [sitemap.action.sendmail] (...) TP-Processor2/Sendmail: AddressException:

2013-04-02 Thread Kaj Kandler @ mail2
First of all thank you for making 2.1.12 happen. I always decided there was nothing exciting to go to 2.2 or 3.0 other than tech. And migration seemed too much of a daunting task. So I'm grateful to the team that keeps the 2.1 release alive. Now since my upgrade I lost my dojo that was loading pie

Re: using temporary session-context to share value

2006-10-30 Thread Kaj Kandler
attributes "/my_element/@my_attribute" from the context. Thanks for the help! I really appreciate it. K Jason Johnston wrote: > Kaj Kandler wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hi Joeren, >> thanks for helping me here. I tri

Re: using temporary session-context to share value

2006-10-30 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Joeren, thanks for helping me here. I tried a lot of things, off course. But after hours of experimenting and trying to find some decent logging that would reveal my problem, I resorted to looking for help. According to http://cocoon.apache.org/2.1

Re: How to access a file in WEB-INF/subdir?

2006-10-30 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 許議中 wrote: > try use link, link the directory to the normal directory. > > johnson > I'm not prepared to do this. The whole purpose of housing the file in WEB-INF/... is that it is not within docroot, making it vulnerable to access through the webs

using temporary session-context to share value

2006-10-30 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I need help with using the temporary session-context to share value. I have a stylesheet that creates a key - --- http://www.w3.org/1999/XSL/Transform"; xmlns:session="http://apache.org/cocoon/session/1.0";>

How to access a file in WEB-INF/subdir?

2006-10-27 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I'd like to place a data file using the SourceWriter in a directory beneath the WEB-INF directory. How can I access this in the clause? K - -- [EMAIL PROTECTED] http://conficio.blogspot.com/ ===

Re: HTML Generator/proxy using POST method

2006-10-27 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Tal, you should be able to use {request-param:your parameter} http://localhost/tr/{1}{2}?{request-param:first}&{request-param:second}&...";> K Tal Shalif wrote: > How do I generate (in a sitemap.xmap pipeline) HTML from a remote > HTTP server pas

SourceWriteTransformer help needed

2006-10-24 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I use Cocoon 2.1.9 and I'm having a problem with writing the source file (adapted from the portal-fw block) Here is my sitemap.xmap fragment

Re: cocoon best editor ?

2006-10-17 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, just out of curiosity. Anybody out there using Eclipse WTP (Web Tools Project)? It offers HTML, and XML support pretty well. Also, how do you set up your projects? How do you set up a Cocoon sitemap (+xslt) project? Do you edit directly in

authentication with self service and e-mail confirmation

2006-10-17 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I'm about to implement authentication-fw in my application. I was wondering if anybody has published an example that does offer self creation of your user/password with an e-mail to confirm the identity? May be some of the OSS cocoon based p

Re: searching with Lucene in bilingual Cocoon site

2006-06-27 Thread Kaj Kandler
can create 2 indices (one for English and > one for > German) under the work-directory using the index transformer > (org.apache.cocoon.transformation.LuceneIndexTransformer) but I can't > access > them using org.apache.cocoon.generation.SearchGenerator because it always > loo

Re: searching with Lucene in bilingual Cocoon site

2006-06-27 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stephen, I'm totally guessing here as I have limited experience with cocoon and lucene. I found I have more control over where the indices are, when I define "work-directory" in my web.xml (just uncomment.) It seems to me you are using the default

Re: loading a "configured" component in flow-script

2006-06-27 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oops, that is it. How embarrassing! Gee, I should take more breaks to relax the eyes. Thanks a lot Jason! K Jason Johnston wrote: > Kaj Kandler wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hi there

loading a "configured" component in flow-script

2006-06-26 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I'm stuck and look for the magic touch of a master here. I try to access a component in flow-script like - --- var mailSender = cocoon.getComponent("org.apache.cocoon.mail.MailSender"); // mailSender.initialize(); try { mailSend

Lucene block does not store attributes when instructed so

2006-06-21 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For the lucene experts, I tried to use the sample code and wanted to store some of my attributes as described in http://cocoon.apache.org/2.1/userdocs/concepts/xmlsearching.html However, the notation of "[EMAIL PROTECTED]" did not work with the Lucene

Re: How to extract image, audio and video metadata from media files in Cocoon?

2006-06-11 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonas Lundberg wrote: > Thanks Christofer. That only solves part of the problem, because some > files will be uploaded using a web form, and directly put into a > database. Then I guess I can't use a directory generator? > > Regards > Hans > Hi Han

seeking help

2006-05-22 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear list, I seem to be stuck with my attempt to handle errors in my pipeline. It appears they are not called in the sub-sitemap. Here is my 2.1.9 configuration: - --- selector in standard sitemap.xmap --> just added the "file-not-found" ---

Sending E-Mail with CForms

2006-05-17 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, has anybody an example "how to send e-mail" from Flow Script? I do have set up a cocoon form with template and a flow script. I'd like to peak at someones code for sending an e-mail. I have found samples using and logicsheets. But I can't

Re: NPE when styling a textarea

2006-05-17 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oh my god! This has been raised in the developer list pre 2.1.8 release as a regression issue. http://www.mail-archive.com/dev@cocoon.apache.org/msg35389.html Does anybody know the solution, or does nobody use 2.1.8 and textarea? Kaj Kaj Kandler

NPE when styling a textarea

2006-05-17 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I'm using 2.1.8 and have trouble styling a form field as textarea. I'm getting a null pointer exception. Any ideas why? Does someone know a solution? - --- java.lang.NullPointerException file:/D:/M_Drive/WorkspaceCocoon

CForm included on every page

2006-05-13 Thread Kaj Kandler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear list, I'm looking for an example or help, how to (best) include a CForm in every page. I'm confused that I have to call a special generator to transform templates into a form. Do I see that right that I need then to always have the root of the pa

Cocoon based shopping cart

2004-10-24 Thread Kaj Kandler
Hi there, does anyone know of a project building a cocoon based shopping cart? If not what other shopping carts have merrits to be used with a cocoon based web site? Thanks K -- [EMAIL PROTECTED] Conficio - We Transform Computer Jargon into Visual Help http://www.conficio.com ---

Link Livesites: Cocoon 2.1.4 Conficio - publisher of Plan-B, the smart answer to frequently asked questions

2004-05-15 Thread Kaj Kandler
This site is statically generated with Cocoon cli, as I don't currently need the dynamic parts. However it lets me save lots of time in expanding content. Thanks for providing this great software. I will convert other sites in my care in the future. Kaj Kandler -- [EMAIL PROTECTED] D