RE: Images randomly disappear - cocoon-ehcache-1Cache: Could not read disk store element for key PK_R-resource

2006-02-16 Thread Julien, Heryk
FYI A colleague found a fix on Planet Cocoon that seems to work. I hope it is a permanent one. For more information on the EHCache exception error: http://www.planetcocoon.com/node/3085?PHPSESSID=f3d5c3d360b729c6c32351b62b7972e0 This looks like a corrupted cache (though it's been

Images randomly disappear - cocoon-ehcache-1Cache: Could not read disk store element for key PK_R-resource

2006-02-13 Thread Julien, Heryk
Hi, Im having trouble with images in a Cocoon web site. Images randomly appear and disappear in my web browser when I refresh pages (browser cache has been removed). Furthermore, if I copy/paste the url of a missing image in a web browser, the image is adequately displayed. I keep

RE: XForms and Cocoon

2005-03-08 Thread Julien, Heryk
Hi, I will also have to implement xforms soon. I found Chicoon that can work inside Cocoon. http://81.169.173.189:8080/cocoon/chicoon/index The demo works okay on my server. I haven't had much time to play with it and test it out. Good luck Héryk Julien -Message d'origine- De : Andrea

RE: Basic Session and encode-url example

2004-12-13 Thread Julien, Heryk
:[EMAIL PROTECTED] Envoyé : lundi 13 décembre 2004 09:23 À : [EMAIL PROTECTED] Objet : Re: Basic Session and encode-url example -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julien, Heryk schrieb: Hello, i'm trying to get a very simple session example working with cocoon, but when i turn cookies

RE: Basic Session and encode-url example

2004-12-13 Thread Julien, Heryk
H! You could try this: 1. Did you add the transformer declaration in the sitemap? map:transformer name=encodeURL src=org.apache.cocoon.transformation.EncodeURLTransformer !-- default configuration, explicitly defined -- include-name.*/@href|.*/@action|frame/@src/include-name

RE: Cocoon session context load URIs -- Need help!

2004-12-13 Thread Julien, Heryk
/xsl:template For a fuller explanation take a look at the session docs at the URL you provided. Cheers Adam -Original Message- From: Julien, Heryk [mailto:[EMAIL PROTECTED] Sent: Friday, 10 December 2004 7:13 a.m. To: [EMAIL PROTECTED] Subject: Cocoon session context load URIs -- Need help! Hi

RE: Basic Session and encode-url example

2004-12-13 Thread Julien, Heryk
. Good luck! Héryk -Message d'origine- De : Christoph Hermann [mailto:[EMAIL PROTECTED] Envoyé : lundi 13 décembre 2004 09:57 À : [EMAIL PROTECTED] Objet : Re: Basic Session and encode-url example -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julien, Heryk schrieb: Hello, I've been

Cocoon session context load URIs -- Need help!

2004-12-09 Thread Julien, Heryk
Hi all, I would like to have a web application where I can initially load data from a cocoon pipeline into my session context. I have successfully written a style sheet were in two steps I create a session context (createcontext) and then manually load data in it using the setxml tag. Example 1.