Re: Merging Pipeline Content into PDF

2005-10-20 Thread Bertrand Delacretaz
Le 20 oct. 05, à 06:43, Julian a écrit : ...I want to merge a static PDF into a PDF being generated via XSL:FO and the FOP serializer Merging PDFs is a pure binary operation, I don't think any of the tools bundled with Cocoon will help with this. A good tool that I use for such operatio

Cocoon 2.1.8 - namespaced xml binding failing.

2005-10-20 Thread Suzan Foster
Hi, I'm having a problem with binding namespaced xml in 2.1.8 which I had solved in 2.1.7. For the previous version it was suffice to upgrade JXPath to a nightly build. However that doesn't help with the current snapshot of Cocoon I'm using. There is no difference in using either a default na

Re: Cocoon 2.1.8 - namespaced xml binding failing.

2005-10-20 Thread Suzan Foster
Correction to my previous post: when the prefixes in the xml file and xpath expressions match it does bind, But when f.i. the xml file binds the namespace to the prefix co: whilst the binding definition binds the namespace to the prefix ab: it fails. [1] DEBUG (2005-10-20) 11:05.31:375 [forms

Avoid Trimming of empty space / TAB in cocoon widget

2005-10-20 Thread arun.subbanna
Hi, I am using Cocoon version 2.1.7. XHTML. During the onchange widget event, the empty / tab space value stored in the textarea widget lost (Cocoon trimming the empty space and tab space value). How to solve this? Regards, Arun Confidentiality Notice The information contained in this ele

Re: Database CRUD with flowscript

2005-10-20 Thread Derek Hohls
Thanks - is there some documentation or hints on how I go about doing these things  -   a. "using the _javascript_ debugger"   and   b. "setting breakpoints"   and   c.  inspecting variable values?   Thanks Derek>>> [EMAIL PROTECTED] 2005/10/20 06:52:36 AM >>>Hello,You should use the _javascrip

Re: Database CRUD with flowscript

2005-10-20 Thread Bertrand Delacretaz
Le 20 oct. 05, à 13:05, Derek Hohls a écrit : Thanks - is there some documentation or hints on how I go about doing these things  -   a. "using the javascript debugger".. Yes: http://wiki.apache.org/cocoon/DebugFlowScripts -Bertrand --

Question about XSLTC

2005-10-20 Thread MAHE Vincent RD-TECH-REN
Title: Question about XSLTC Hello, I try to use XSLTC to have better performances with my Cocoon webapp. In my file sitemap.xmap, I have replaced : xalan By xsltc It works fine but I would like to know where are stored the generated and compiled XSLT files ? Regards, Vincent

ESQL question

2005-10-20 Thread Anna Bikkina
Hi, I am trying to get data from the database. My sqlstatement and the order of columns retreived are dynamically built so when I am getting esql:get-string column="XXX" I want to make dynamic like columnname/> Is there a way we can do it? Thanks in advance Anna.

Cocoon + Weblogic8.1 performance

2005-10-20 Thread ralg
Hi all, I've been using apache cocoon for a long time. I've never had problems concerning performance while using cocoon-2.1.7 + tomcat 5.0.25 + jdk1.4.1_02! Now I need to deploy an web application under weblogic 8.1, and I'm worried about performance! One single request serving an HTML static fi

Re: ESQL question

2005-10-20 Thread Markus Vaterlaus
Hi Anna can't you do it with a bit of  ? MarkusOn 10/20/05, Anna Bikkina <[EMAIL PROTECTED]> wrote: Hi,I am trying to get data from the database. My sqlstatement and the orderof columns retreived are dynamically built so when I am gettingesql:get-stringcolumn="XXX" I want to make dynamic lik

Re: Merging Pipeline Content into PDF

2005-10-20 Thread Julian
Hi, Thanks alot for the input. Unfortunately, I have the a static PDF that needs to be merged with one dynamically created by a pipeline via XML (src)->XSLT (tranfromer)->FOP (serializer). Also, I need to access this content from a request being handled by another servlet...not the Cocoon servle

Re: Merging Pipeline Content into PDF

2005-10-20 Thread Julian
sorry, but I forgot the mention that I understand how to merge the PDFs. I just need to figure out how to trigger the pipeline so I can get the response for merging. --- Julian <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks alot for the input. Unfortunately, I have > the > a static PDF that needs

Re: ESQL question

2005-10-20 Thread Anna Bikkina
I tried doing xsp:expr but that didnt work. Is there any way I can do with xsp:logic. Thanks, Anna. On Thu, 2005-10-20 at 11:27, Markus Vaterlaus wrote: > Hi Anna > > can't you do it with a bit of ? > > Markus > > On 10/20/05, Anna Bikkina <[EMAIL PROTECTED]> wrote: > Hi, >

Re: Cocoon + Weblogic8.1 performance

2005-10-20 Thread Ralph Goers
[EMAIL PROTECTED] wrote: Hi all, I've been using apache cocoon for a long time. I've never had problems concerning performance while using cocoon-2.1.7 + tomcat 5.0.25 + jdk1.4.1_02! Now I need to deploy an web application under weblogic 8.1, and I'm worried about performance! One single reque

RE: ESQL question

2005-10-20 Thread Boisvert, Éric
not sure this will work, but I think it's something along or maybe it's Eric -Message d'origine- De : Anna Bikkina [mailto:[EMAIL PROTECTED] Envoyé : 20 octobre, 2005 11:53 À : Markus Vaterlaus Cc : Cocoon users group Objet : Re: ESQL question I tried doing xsp:ex

Re: Merging Pipeline Content into PDF

2005-10-20 Thread Bertrand Delacretaz
Le 20 oct. 05, à 17:39, Julian a écrit : sorry, but I forgot the mention that I understand how to merge the PDFs. I just need to figure out how to trigger the pipeline so I can get the response for merging. I'm not sure if I understand the problem, can't you simply do an HTTP request to Coc

Re: Merging Pipeline Content into PDF

2005-10-20 Thread Julian
Bertrand, I was hoping for something in-memory that would not require network activity, but it seems there is no other easy way to access the Cocoon servlet via Java. I will try out your suggestion and report back. Thanks, Julian --- Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: > > Le 20 oc

Re: Merging Pipeline Content into PDF

2005-10-20 Thread Bertrand Delacretaz
Le 20 oct. 05, à 20:28, Julian a écrit : ...I was hoping for something in-memory that would not require network activity, but it seems there is no other easy way to access the Cocoon servlet via Java... If it's on the same host, the "network" activity only happens in the IP stack layers. I do

RE: ESQL question

2005-10-20 Thread Anna Bikkina
Tried both of them earlier. This is the error I am getting org.apache.cocoon.ProcessingException: java.lang.RuntimeException: java.lang.RuntimeException: Stylesheet directed termination: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException: Stylesheet directed termina

Accessing "authentication"-contex wthout actually protecting a pipeline?

2005-10-20 Thread Christofer Dutz
Hi   I am working on some rather simple problem. I want the title Frame of a framed website to display the users name (which is contained inside the additional login-data); if he is logged-in. Unfortunately I don’t seem to be able to access the authentication information without actually

[CForms] Accessing date-type widget and formating it's output for usage as attribute-value

2005-10-20 Thread Christofer Dutz
Hi,   Another problem I am having some problems with. I need to add the value of a date-type widget inside an attribute. Since the simple toString() output doesn’t do the trick, I would like to format the output. How can this be done.   Chris

Re: [CForms] Accessing date-type widget and formating it's output for usage as attribute-value

2005-10-20 Thread Mark Lundquist
On Oct 20, 2005, at 1:54 PM, Christofer Dutz wrote: Hi,   Another problem I am having some problems with. I need to add the value of a date-type widget inside an attribute. Since the simple toString() output doesn’t do the trick, I would like to format the output. How can this be done.   Ch

AW: [CForms] Accessing date-type widget and formating it's output for usage as attribute-value

2005-10-20 Thread Christofer Dutz
I tried that and only got node-objects instead of strings :( -Ursprüngliche Nachricht- Von: Mark Lundquist [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 20. Oktober 2005 23:14 An: users@cocoon.apache.org Betreff: Re: [CForms] Accessing date-type widget and formating it's output for usag