[PATCH] Re: implementing <>

2003-06-14 Thread Jorg Heymans
Hi Joerg, Attached is a patch against cvs 2.0.5. It implements a caching directory generator the same way cocoon 2.1 does. An additional sitemap parameter "refreshDelay" is used to check the timestamps of the files periodically. If i should upload this into the patch queue on bugzilla let me k

JSP Generator and HTTP Parameters

2003-06-14 Thread Victor Batista
Hello! My application has an action which retrieves from DB which JSP to execute. The name of the JSP is than passed as a sitemap parameter, and the correct JSP is executed. This is working correctly, if I don't have parameters. I need to store something like this on the DB: /xpto.jsp?pa

RE: File Uploads

2003-06-14 Thread Geoff Howard
Which cocoon version? This makes a lot of difference with configuration. Geoff > -Original Message- > From: bosspring 2 [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 14, 2003 10:30 AM > To: [EMAIL PROTECTED] > Subject: File Uploads > > > Hi!! > > I want upload files in a simple form,

RE: File Uploads

2003-06-14 Thread Geoff Howard
I'd recommend doing this with an action. The wiki covers this pretty well (though it's clearer if you're using 2.0.x). Check out: http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadsWithCocoon http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadWithAction and http://wiki.cocoondev.org/Wiki.jsp?page

where 's my prefix ?

2003-06-14 Thread f_Parlant
HTML PREFIX STRIPED Hi, hope someone can help me. 0) PROBLEM The "html" prefix for my xhtml tags disappear from the serialisation. 1) CONTEXT I want to output an xml document based on xhtml transitional doctype. The output contains 3 namespaces: - default declared "xhtml" but not used, because o

Re: auth session context and session-attr

2003-06-14 Thread Edison Too
Hi, I was also 'agonizing' how to get the user Id in a typical site map without using {../../../ID} ! After digging around the source, I have 2 ideas 1) Modify DefaultContextManager in Session framework to store each Session Context into the Session using their context name as the Session Attri

Re: File Uploads

2003-06-14 Thread Alexander Schatten
bosspring 2 wrote: Hi!! I want upload files in a simple form, but I don´t know to modifie the upload-directory because I write "pfc/uploads" in the file web.xml and the form doesn't upload. What is the configuration of the parameters in web.xml? I want to use pfc/uploads that upload-directory

File Uploads

2003-06-14 Thread bosspring 2
Hi!! I want upload files in a simple form, but I don´t know to modifie the upload-directory because I write "pfc/uploads" in the file web.xml and the form doesn't upload. What is the configuration of the parameters in web.xml? I want to use pfc/uploads that upload-directory Thank you. Miguel

RE: JSP

2003-06-14 Thread Geoff Howard
Ok, that didn't help as much as I'd hoped ;) But the JSP may. JSPEngine.executeJSP which is called by the reader states that the output of the JSP must be in UTF-8. Geoff Howard > -Original Message- > From: Tim Bachta [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2003 5:37 PM > To

Re: Modular database select -> session attributes won't fly

2003-06-14 Thread haul
Arthur Allen wrote: Hi Folks, I am having problems using modular database select action. Specifically, I cannot seem to direct its output to session attributes let alone control the naming of those attributes. Instead, it posts the results of my single row select to map parameters, named as it s