AW: XSP/ESQL Examples

2001-06-22 Thread Stefan Seifert
Take a look at the attached Cocoon 2 XSP Page. It uses multiple nested queries with case switching, custom ordering etc. I'm not sure if its used as intended from the xsp developers, but it fits perfectly to my problem. -Ursprüngliche Nachricht- Von: Matt Sabourin [mailto:[EMAIL

MERLOT XMLEDITOR and the DTD of cocoon

2001-06-22 Thread LEBRETON Philippe
I have download the MERLOT XMLEDITOR, but when i want to create a XML file, the editor want a DTD. Does somebody know where i can download the DTD of XSP and all libary (sql, mail, ...) of COCOON thank Philippe LEBRETON -

C2: log directive whoes.

2001-06-22 Thread [EMAIL PROTECTED]
Loglevel. hmm, it seems no matter of what level I select Cocoon 2b1 runs in level DEBUG. Is this level hard-coded in some way. taken from my web.xml, value is not picked up init-param param-namelog-level/param-name param-valueFATAL-ERROR/param-value /init-param Logdir. If I select

RE: Installing C2 on ServletExec 3.1

2001-06-22 Thread Morrison, John
It *is* possible. I've been having a conversation with Davanum Srinivas, he solved it and updated the cvs. I've just submitted to him a patch for the install.xml document. -Original Message- From: Zeljko Rajic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 20 June 2001 09:06 To:

Question !

2001-06-22 Thread Gustavo Mejia
Hi ! I have a question, how can I read an XML (result from a query) using an other XML, imaging that it is in other computer ? the first XML, could be something like the data source to be used with other XML, You know what I mean ? Any Idea ? Thanks a lot for your help Gustavo

Re: Cocoon 1.8.2 will not run with tomcat / windows / jdk1.3

2001-06-22 Thread Matteo Colombo
Hi I am successfully install the cocoon 1.8.2 with win98, win NT and win2000 with Tomcat 3.2.1 and JDK 1.3.1. Ciao Matteo - Please check that your question has not already been answered in the FAQ before posting.

C2: Passing parameters to aggregated content

2001-06-22 Thread Sergio Carvalho
Hi, I need to find a way of passing paramaters to generated content. Something like passing the site section to be used in a local menu, like this: map:match pattern= map:parameter name=siteSection value=/frontPage / map:aggregate element=page (...snip...) map:part

I think I know why Cocoon / Tomcat can't work on windows

2001-06-22 Thread Pete Nelson
I've been trying for several weeks to get cocoon (1.8.2) to work with tomcat (3.2.2) on Windows (98SE, ME, and 2000 Pro) with jdk1.3. I think I may have figured out why it won't work. The problem is that parts of tomcat (org.apache.tomcat.util.xml.*) require the older xml parsing libraries.

Re: I think I know why Cocoon / Tomcat can't work on windows

2001-06-22 Thread Gustavo Mejia
Hi Pete, I am working with Cocoon 1.8.2 on W98 and Tomcat 3.2.1 and it's working fine, what I change was the tomcat.bat, there I disabled the dynamic Classpath, and works with the static classpath, there you can define the order to load the classes. Gustavo Pete Nelson wrote: I've been

Newbie Unable to open resource: WEB-INF/cocoon.properties

2001-06-22 Thread Ralf Duda
Hello, I have ot the same problem like Arif Shaikh but on Linux. jakarta-tomcat-4.0-b5 (bin distribution) cocoon 1.8.2 (bin distribution) After the installation, step by step accurate step by step, non servlet could be startet. Before i install cocoon every works fine. In the installation doc

Case Study

2001-06-22 Thread Frans Thamura
Dear All, Where is a mailing list of Cocoon, so I can get a solution?? Like my script in blueoxygen.org is not good, and I will say yes, I not using esql, but what happen if I want to try to used class rather than esql? Frans _ Do You

Re: [EXPLAINED] Sharing session objects between servlets and XSP pages

2001-06-22 Thread Frans Thamura
The JSP session and XSP are shared. But there is a trick for using session instead using session:get-attribute I saw several of the XSP tag cannot be used in implementation.. See blueoxygen.org for references, I used session there. I am not using session tag, because it cannot be used. We