RE: Form Validation

2001-10-05 Thread Lakshmi Anantharaman
Thanks Greg I assume by default on submit , the evaluvation is carried as per ERROR.xsp , and this is why it is not part of tags This is the standard way I suppose !?! Lakshmi -Original Message- From: Gregory Steuck [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2

Form Validation

2001-10-05 Thread Gregory Steuck
If your request is for formvalidation/test url, continue inside match element. Execute form-validator action with 2 parameters above. If form-validator action succeeded, execute dynamic-page pipeline with docs/samples/formvalidation/OK target.

Form Validation

2001-10-05 Thread Lakshmi Anantharaman
Can someone explain this to me in laymans terms ? - Please check that your question has not already been answered in the FAQ before posting.

Serializer requests

2001-10-05 Thread Dinkar Ganti
Hello, I had posted this message earlier. The reason it is important is that each request in our application opens a Database connection which we would like to limit. Any help in this regard, will be greatly appreciated. When I use XMLSerializer in the pipeline, the WebServer two requests for t

RE: MySQL Drivers - Cocoon 1.8.2

2001-10-05 Thread Marty McClelland
Try making the change below to the cocoon properties file ( change DBMySQL to DBMM ).  This worked for me.   processor.xsp.pool.database.adaptor.DBMM=org.gjt.mm.mysql.Driver     here's how I defined the connection pool:   processor.xsp.pool.database.iluminaPool.driver=org.gjt.mm.mysql.Driverp

C2 Problem Rendering XHTML Files without Transformation...

2001-10-05 Thread SANSONE, AARON M [Non-Pharmacia/1000]
I am attempting to send XHTML files (as is) through C2. To do this I created a match pattern in sitemap as follows: ---excerpt from sitemap.xmap This should match any pattern of an xhtml file extension, generate it from

RE: [C2] Err-Msg: No more DTM IDs are available ????

2001-10-05 Thread SANSONE, AARON M [Non-Pharmacia/1000]
All, I have been having the same problems as Eduardo, and at one point found that hitting the main page first seemed to fix the problem. Later after starting to work through cTwIG tutorial, I was generating the error even on the main page. I found two things that I believe resolved this problem

MySQL Drivers - Cocoon 1.8.2

2001-10-05 Thread Colm O'Riordan
Hi All, I am using Cocoon, running on Linux with the MySQL database and have set up my own connection pool in Cocoon.properties. I point to the MySQL Driver as follows: processor.xsp.pool.database.power.driver=org.gjt.mm.mysql.Driver processor.xsp.pool.database.power.url=jdbc:mysql:@localhost:330

IllegalAccessError on first use

2001-10-05 Thread Adrian van den Dries
Hello! I am trying to get an instance going of tomcat 4.0 + cocoon 2.0rc1a, which seems to me a fairly decent combination of version numbers. Tomcat runs and installs with no problems, but I am having some trouble getting the cocoon part working. I am running the JDK 1.4 on Linux 2.2.14 (RH6.2).

XSP Processing with Logic

2001-10-05 Thread Brent L Johnson
I'm creating a logicsheet which I'm going to use to send email. An example of the usage is: [EMAIL PROTECTED] Doh! Quantity is quantity I've got everything working fine except for getting the xsp tags working within the message. Is there a way I can process what's inside the tag but not dis

xsp-request:get-uri do not show root when called from aggregation

2001-10-05 Thread Webmaster
Hi, I have a problem with Cocoon2.0rc1: do not show root (/) when called from a That is the xsp: with that in sitemap: .

RE: [C2] Err-Msg: No more DTM IDs are available ????

2001-10-05 Thread Eduardo Godoy Vega
Hi, Thanks to everyone who send an "alternative" solution ... I found that if I load the main cocoon page first (http://localhost:8080/cocoon/) and then my appl. (http://loclahost:8080/coccon/myapp/) I don't get the error ... but If I start with my appl. I get the error message ... BTW, th

Re: Cocoon - Is it enough

2001-10-05 Thread Piroumian, Konstantin
Hi! >Hi > > Has cocoon proven successful front end architechture for major B2B > or System Application . I am in the process of creating a modular framework > for a front end that shall involve different services . The goal would be > to add and manage services as they come live ..

cocoon on Mac OS X slooooow (+ Batik bugs)

2001-10-05 Thread Aurelien
Hi, Anyone here already tried cocoon on Mac OS X ? While it *does* work, it's particularly slooow on my new iBook. And: Batik produces unusable images (think that's more a JDK incompatibility issue...). Simple things (hello.html) are fast when accessed from the iBook itself, but take forever

How does the pseudo-protocol context work?

2001-10-05 Thread reinhard_poetz
Hi, I've fowllowing problem: In a sub-sitemap I make use of the "DatabaseAddAction". Everything works fine if I insert the absolute path of the describtor file. But if I want to make use of the pseudo-protocol "context" it only works if I integrate the describtor file in the root-directory(contex

Cocoon2 + tomcat4.0 and the classloader *hmpf*

2001-10-05 Thread Michael Bierenfeld
Hi once again, while specifying extra-classpath in web.xml. eg adding "ejblogic.jar". xsp-pages compile fine. But while running I receive an tomcat exception NoClassDefFoundError. This can only be resolved by copying all needed jars into web-info/lib :-(. Is there any better solution for this ?

Cocoon2 on Enhydra?

2001-10-05 Thread Søren Neigaard
Has anybody tried subj.? What do I need to achive this? I have made the WAR file, but what do I do with it? Med venlig hilsen/Best regards Søren Neigaard --- Mobilethink A/S Arosgaarden Åboulevarden 23, 5.sal DK - 8000 Århus C Telefon: +45 86207800 Direct: +45 86207810

DatabaseReader

2001-10-05 Thread Max Larsson
Hi folks, has anybody successfully used the DatabaseReader in conjunction with a postgresql database version 7.1.x ??? Max - Please check that your question has not already been answered in the FAQ before posting.

Re: nested stylesheets

2001-10-05 Thread Adrian Geissel
Hi, The issue with logicsheet XSLs is that they should translate what they understand and pass through what they don't. This in effect is how the embedded tags are resolved, when all logic sheets are run against the XSP file. Any tags that are left over are output in the resulting Document (logic