Re: xsp-formval how get results

2001-08-21 Thread Christian Haul
On 20.Aug.2001 -- 11:29 AM, cib wrote: Hi, my form's target goes to do-register2, and here is the sitemap. map:match pattern=do-register2 map:act type=form-validator map:parameter name=descriptor value=reg_desc.xml/ map:parameter name=validate-set value=registered/

RE: esql, get-xml and xsp:logic

2001-08-21 Thread Brent L Johnson
Maybe - if someone could suggest a better way to do this I'd really appreciate it. I've created a logicsheet - inside the xsp:page template match, I've created some String variables which represent the different string columns in the database table (for a particular row). When the XML page is

Announce list?

2001-08-21 Thread Ulrich Mayring
Hello, has it been discussed whether Cocoon should get an announce list? The traffic on the dev and user list is high, so at times I have to unsubscribe (e.g. when on vacation). On the other hand, after I return, I'd hate to miss announcements about new versions and such. Ulrich -- Ulrich

Re: Create session conditionally in XSP page?

2001-08-21 Thread Piroumian, Konstantin
Hi All, Is there a way to conditionally create a session object in C2? I have a page that authenticates a user and I don't want to use create-session=true in the xsp:page element since this will also create a session for a user whose authentication failed (I think). Is there a way to

RE: C2: Create session conditionally in XSP page?

2001-08-21 Thread Vadim Gritsenko
I beleive this would create session: xsp:logic String id = session:get-id/; /xsp:logic Another approach is to move authentication code into action, then your XSP could have create-session=true. Or even move the whole part into action,

Namespace Problem with Xalan Extension function

2001-08-21 Thread Tim Nelson
Hi, I'm having a namespace problem with an Xalan extension function. I've written and extension function for the Xalan transformer and I'm doing a SOAP Messaging request to put an XML document fragment into the source tree. I'm returning a org.w3c.dom.Node and hoping it is cast as a

What's wrong?

2001-08-21 Thread Ekrem Aksoy
I have installed cocoon-1.8.2 on my system(win2k+IIS+JRun3.0).Although I've followed the installing instructions, I couldn't get it worked. it gives this err mess: unable to open resource:[dir-to-cocoon]/conf/cocoon.properties I have modified the servlet init params several times but it

RE: What's wrong?

2001-08-21 Thread Uslu, Cihan Y (MED)
try to put cocoon.properties under [dir-to-cocoon]/WEB-INF/conf/ Cihan -Original Message-From: Ekrem Aksoy [mailto:[EMAIL PROTECTED]]Sent: Tuesday, August 21, 2001 10:38 AMTo: [EMAIL PROTECTED]Subject: What's wrong? I have installed cocoon-1.8.2 on my

Re: What's wrong?

2001-08-21 Thread Ekrem Aksoy
I've tried this, too:) If you could install, pls tell me how in details... thanx. - Original Message - From: Uslu, Cihan Y (MED) To: '[EMAIL PROTECTED]' Sent: Tuesday, August 21, 2001 6:53 PM Subject: RE: What's wrong? try to put cocoon.properties under

C2 SQL-server 7 : webbrowser keeps on loading

2001-08-21 Thread florent barbare
Hi all , I have the following error : C2 gets stuck while processing query to SQL-server 7. When I access that file in the browser cocoon is doing something (activity in cocoon.log). In SQL-Server's Enterprise Manager I see a connection coming in from the Cocoon-Linux-Box with the right

Re: What's wrong?

2001-08-21 Thread Christopher Painter-Wakefield
It sounds like you have a configuration file that is pointing to [dir-to-cocoon]/conf/cocoon.properties instead of to a valid path. If you were using Tomcat, the file to edit would be web.xml in your WEB-INF directory, which comes with a similar bogus setting in the download package. Look for

Re: C2 SQL-server 7 : webbrowser keeps on loading

2001-08-21 Thread Berin Loritsch
florent barbare wrote: WHAT I TRIED - Installed C2a5 (Redhat 7.0, Tomcat 3.2.1) I would seriously consider upgrading Cocoon to something more recent. There are a _lot_ of bug fixes, and better reporting for the developer. I would also suggest looking in the cocoon.log file located in

yet another problem:)

2001-08-21 Thread Ekrem Aksoy
For development purpose, I've Apache+Tomcat ,too. same problem going on, i couldn't get cocoon worked. what's wrong with it?(i am a newbie to cocoon:) PS:i've checked the web.xml, and changed the cocoon.properties-path, and done all the works told in installation docs.i have downloaded

Re: Announce list?

2001-08-21 Thread Ramsés Morales
An announce list would be a great idea. On 21 Aug 2001 13:25:46 +0200, Ulrich Mayring wrote: Hello, has it been discussed whether Cocoon should get an announce list? The traffic on the dev and user list is high, so at times I have to unsubscribe (e.g. when on vacation). On the other hand,

Setting up apache to open files within Cocoon's directory

2001-08-21 Thread Liam Morley
I use Cocoon for 90% of what I do, however I want to figure out how to run apache for the other 10%. For example, I understand it's more efficient to have Apache open static JPG and GIF files, I assume CSS documents as well (and any other files not generated by Cocoon). I'd also like to use

Cache questions

2001-08-21 Thread Nanda Mounasamy
I am having anf issue with cocoon's cache. (cocoon 1.8.2, xerces 1.4 and xalan -j2 and weblogic 6.0). set up details: The request is handled by a custom producer which has hasChanged to return true always and isCacheable to return false always. This producer decides what document (xsp) to load

XML - DB

2001-08-21 Thread Gustavo Mejia
Hello my friends, I am here again, sorry if I am bothering you, maybe it is not the correct list, I have near a project and I have to read and XML document and make a process for inserting the records of this document into an Oracle Data Base, could you give an idea in order to do this ?? If

RE: Announce list?

2001-08-21 Thread Jeremy Crosbie
The xml-announce list already appears to handle the Cocoon announcements. -Original Message- From: Ramsés Morales [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 12:38 PM To: [EMAIL PROTECTED] Subject: Re: Announce list? An announce list would be a great idea. On

Re: Dynamic stylesheets (Newbie question)

2001-08-21 Thread Mamadou Bobo Sylla
--- Kevin Ashworth [EMAIL PROTECTED] wrote: I currently have two XML documents, object-view.xml and object-edit.xml. Both are identical except for one word in one line. Since the two are identicals except for one line (by one word), I guess you don't need two XML as you don't need two XSL

message is null

2001-08-21 Thread Madock Chiwenda
Hi I am testing Cocoon2 on Tomcat 3.2.2. On using Manage Employee Sample page the page works as I expected but I get this message on the tomcat console: message is null. Does this means that sometiong is wrong? Cheers Madock _

can't get cocoon 2 running (MOSX/Darwin) - try tomcat 3.3dev

2001-08-21 Thread Gregory Steuck
Hello, I just wanted to say that I'm seeing the same problem that Noah reported here on Solaris 7, tomcat 3.2.3, jre 1.3. Although, switching to tomcat 3.3 dev helped. I'm running cocoon now. Bye Greg - Please check that your