Re: Can't run under JBoss2.4/Tomcat3.2.3

2001-09-04 Thread Mario Muja
Hi Marina, thank you for this hint. Was a long day. Next time I will be more cautious before writing such nonsense...;-) Regards, Mario Marina Sturino wrote: At 13.47 03/09/01 +0200, you wrote: It is not very user friendly, that one has to build the docs before he can read them.

form textarea processing C2

2001-09-04 Thread cib
Hi, my last mail wasn't really clear. I'm looking for a way to process a textarea from a form, containing xml. For example, the textarea could be : ?xml version=1.0 encoding=ISO-8859-1? cib mysql table=cib col=1 hello you all /mysql /cib And the processing of the textarea would

Front end Validations/mouse events trapping

2001-09-04 Thread Ankush Anand
How do we do Front end Validations/mouse events trapping on a dynamically generated cocoon page(XSP page) like javascript in jsp pages Thanks - Please check that your question has not already been answered in the FAQ before

RE: Front end Validations/mouse events trapping

2001-09-04 Thread Ankush Anand
Its not in faq -Original Message- From: Ankush Anand [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 12:56 PM To: [EMAIL PROTECTED] Subject: Front end Validations/mouse events trapping How do we do Front end Validations/mouse events trapping on a dynamically generated

Re: Front end Validations/mouse events trapping

2001-09-04 Thread Mario Muja
You can write XSLT stylesheets, which transform your XSP results into HTML. These XSLT stylesheets can add JavaScript code to the resulting HTML pages. You could have different XSLTs - some for generating HTML and some for generating the JavaScript code. The XSLTs can even dynamically

Strange problem about Cocoon between Linux and Solaris

2001-09-04 Thread cheenle
Hi,cocoon-users I met a strange problem, I had two cocoon 1.8.2 product env, one is linux os, one is solaris os, And on solaris, the Cocoon.xml about charset is: Cocoon Formatters Default type = text/html text/html: HTML Formatter [ MIME type: text/html ] [ Doctype: -//W3C//DTD HTML

Re: option tag in xsl

2001-09-04 Thread Jörg Heinicke
You are using the HTML-serializer, so you get HTML-output. And in HTML the option-tags shouldn't be closed (backward compatibility). Joerg Thangadurai wrote: Hi All, I am new to cocoon i have problem while using html optiontag in my xsl. Please see the following xsp and xsl files

RE: Front end Validations/mouse events trapping

2001-09-04 Thread Morrison, John
Then either put the javascript in a js file and reference it in your generated html or embed the javascript in your final xsl-html transformation. -Original Message- From: Ankush Anand [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 04 September 2001 10:31 am To: [EMAIL PROTECTED]

dynamic select clause in fp:read tag?

2001-09-04 Thread Thangadurai
Hi All, In my xsp page, I am using the fp:read tag to read an element from an input (xml) file. My input xml file has the following elements root document typeinternal/type /document docuement typeexternal/type

Re: xml compressing

2001-09-04 Thread java guru
Hi., Correct me if wrong.. 1. The xml/xsl rendering in c2 is done on server side. Then why do u need to compress the xml/xsp for client side? 2. The xsp/sitemap precompilation process is in faq..Please try it... --- Andrew Answer [EMAIL PROTECTED] wrote: Hello cocoon-users, I have

RE: [C2b2] cocoon installation help needed

2001-09-04 Thread Nuno José Pires dos Santos
OK! Got it working finally... nothing like a weekend and a good nite sleep!!: seems the problem was that i wasn't adding some parameters to the tomcat engine! -Mensagem original- De: Nuno José Pires dos Santos [mailto:[EMAIL PROTECTED]] Enviada: sexta-feira, 31 de Agosto de 2001 17:25

AW: Cocoon2 and IBM Visual Age WebSphere Test Environment?

2001-09-04 Thread Dietmar Haffner
Hi Jon, I'll send you the instructions off-line, as WTE is IDE specific and irrelevant for the vast majority of Cocoon2. Received them, thank you. I had already figured out some of the problems (Oracle, nested classes, com.ibm.bsf). Others seem to have disappeared with C2b2 (missing

RE: log sizes

2001-09-04 Thread Morrison, John
The latest cvs C2 head has log rotating functionality... -Original Message- From: Matt Jezorek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 04 September 2001 3:48 pm To: [EMAIL PROTECTED] Subject: log sizes Is there anyway to make logs smaller include less in the logs or

cocoon.properties

2001-09-04 Thread David Loy
Is there any documentation on cocoon.properties settings - without analyzing code? David - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To

C2: javax.servlet... in XSP

2001-09-04 Thread Torsten Curdt
I need to import some classes from the javax.servlet.http package in my XSP pages. With Tomcat 4b3 the javax package is unfortunately not known to the Cocoon classloader. Copying the servlet.jar into WEB-INF/lib prevents Cocoon to start. (Tomcat does not does not like this) Shouldn't javax be

RE: C2: javax.servlet... in XSP

2001-09-04 Thread Torsten Curdt
I need to import some classes from the javax.servlet.http package in my XSP pages. With Tomcat 4b3 the javax package is unfortunately not known to the Cocoon classloader. Copying the servlet.jar into WEB-INF/lib prevents Cocoon to start. (Tomcat does not does not like this) Shouldn't

C2: Passthru HTML from XSP

2001-09-04 Thread Hope Sean
Hi, I have a requirement to issue an HTTP request from within an Action, and later pass the response received from the HTTP request back to the client. I store the response temporarily in an attribute on the request object, and retrieve it from there in my XSP. Somewhere is the action I have:

Re: C2: javax.servlet... in XSP

2001-09-04 Thread Sylvain Wallez
Torsten Curdt wrote: I need to import some classes from the javax.servlet.http package in my XSP pages. With Tomcat 4b3 the javax package is unfortunately not known to the Cocoon classloader. Copying the servlet.jar into WEB-INF/lib prevents Cocoon to start. (Tomcat does not does not like

Re: xml compressing

2001-09-04 Thread Sergio Carvalho
On Tue, 4 Sep 2001 20:33:33 +0700, Andrew Answer wrote: From: Andrew Answer [EMAIL PROTECTED] -- Hello cocoon-users, I have some questions about C2 environment... 1. Anybody know can i compress my xml/xsp files before publishing it? I want to use on-the-fly compressing util like

RE: [C2] easy Q: about pipelines

2001-09-04 Thread Vadim Gritsenko
-Original Message- From: Michael McKibben [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 10:01 PM To: [EMAIL PROTECTED] Subject: [C2] easy Q: about pipelines Hello, I have a (dare I say 'dumb'?) question regarding pipelines defined in the sitemap. What is the

RE: C2: javax.servlet... in XSP

2001-09-04 Thread Torsten Curdt
Just a guess : could you try adding servlet.jar in a directory that's not in the standard servlet classpath (e.g. WEB-INF/morelibs) and add it in the extra-classpath servlet parameter (e.g. WEB-INF/morelibs/servlet.jar) ? This did it. Thanks -- Torsten

C2: Action to modify request parameters

2001-09-04 Thread Chris Newland
Hi All, I'm writing an action that is a pre-filter to DatabaseAddAction that modifies request parameters before they are sent to the database. In the map() method of my action I can get the parameters using: Request req = (Request)objectModel.get(Constants.REQUEST_OBJECT); String my_param =

RE: log sizes

2001-09-04 Thread Vadim Gritsenko
Yes, this is jakarta question. Ask on jakarta list or just edit your conf/server.xml Vadim -Original Message- From: Matt Jezorek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 10:48 AM To: [EMAIL PROTECTED] Subject: log sizes Is there anyway to make logs smaller

Re: mod_Jk

2001-09-04 Thread Christopher Painter-Wakefield
I think you'll have to go to a jakarta mailing list for this one - this isn't a Cocoon issue. As I remember, when I installed Tomcat, the mod_jk source was in the Tomcat source in the download, and I had to build it. It wouldn't be real surprising if you have to rebuild it for a new version of

Re: XSP code reuse problems

2001-09-04 Thread Christopher Painter-Wakefield
Alexandru, look at your generated code, and I think you'll see why this doesn't work. ESQL creates a number of local variables inside the populateDocument() method, which it needs for its tags. These local variables obviously aren't available to other methods in the class. -Christopher

AW: C2: Action to modify request parameters

2001-09-04 Thread Jörn Heid
I think not. But you can use sitemap params (that's the preferred way for actions). And this works with the sitemap, other actions, xslt... -Ursprüngliche Nachricht- Von: Chris Newland [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 4. September 2001 19:34 An: Cocoon-Users Betreff: C2:

create and save xsl with C2

2001-09-04 Thread cib
Oups, my last message wasn't really readable. I'll be more carefull. I'd like to generate an xsl from an xsp, save it to a cocoon sub directory, and use it to transform xml files. My xsl should be made from such an xsl.xsp: xsp:logic doc_ID = xsp-request:get-parameter name=document_ID/;

RE: log sizes

2001-09-04 Thread Liam Morley
You can specify how much information you want to go in the log, whether it's debug, info, warn, etc... If this is tomcat-specific and not cocoon-specific, you would have to edit $TOMCAT_HOME/conf/server.xml in the following section: Logger name=tc_log verbosityLevel =

XSP Question

2001-09-04 Thread Macattini
Hi I've hit a problem with XSP which I can't find an answer to and would really appreciate some help as I've spent hours trying to figure out why I can't get XSP to work. I've installed Cocoon 1.8.2 under Tomcat 3.2.3 itself under Apache 1.3.2 (using the mod_jk plug in rather than Jserv)

Dynamic XSP

2001-09-04 Thread Thangadurai
Hi , I am using cocoon 1.8.2, My xsp page receives an request and it produces an another xsp page, i.e. my logic is request ---xsp1--xsl-1---xsp2--xsl-2--html--response I have done xsp1 and xsl-1 and i got xsp2 as a response. I need to process the result once again. How can i give the