newbie question with wildcard in sitemap

2003-07-01 Thread Sliman Bouchareb
hi cocooners, i have the following directory structrue: cocoon:| |protected- |-docs - |-home |-fr |. |-stylsheets

Re: newbie question with wildcard in sitemap

2003-07-01 Thread Joerg Heinicke
You have a map:act/ surrounding not only this map:generate/. This map:act/ makes it necessary to use {../1}: map:generate src=docs/{../1}/home.xml / Regards, Joerg Sliman Bouchareb wrote: hi cocooners, i have the following directory structrue: cocoon:| |protected-

question: adapting matchers to environment

2003-07-01 Thread FREDERICK E WAYNE
=html src=emslinks/{1}.html/ map:serialize/ /map:match so i have to maintain two sitemap files, which is incredibly error-prone. my question is this: is there some way i can parameterize the matching from, say, an environment variable? say: map:match pattern={$fnord}/emslinks/* or am i

Re: xsp question

2003-06-26 Thread Roger I Martin PhD
but it is the way the all-to-familiar Cocoon developer's have structured their project. Otherwise Cocoon is a powerful servlet. -Roger - Original Message - From: Tim Bachta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 6:11 PM Subject: RE: xsp question I tried

xsl question

2003-06-26 Thread Tim Bachta
How would I do an if statement in xsl were I am testing for the value of an element? Example xsl:if test=deviation = 1 . where my incoming xml looks like this: de deviation0/deviation compleated-byN/A/compleated-by Thanks for

RE: xsl question

2003-06-26 Thread Yan, Charlene
You should ask [EMAIL PROTECTED] They are really good on xsl questions. xsl:if test=deviation ='1' Charlene -Original Message- From: Joydeep Bose [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:49 PM To: [EMAIL PROTECTED]; Tim Bachta Subject: Re: xsl question

xsp question

2003-06-25 Thread Tim Bachta
I am trying to use logic in an xsp page to get the output formatted correctly, here is what I want the output to look like taskanddate date2003-05-20/date tasks deviation0/deviation completed-bySomebodys, Name/completed-by deviation0/deviation completed-bySomebodys,

RE: xsp question

2003-06-25 Thread Tim Bachta
PROTECTED] Sent: Wednesday, June 25, 2003 4:51 PM To: [EMAIL PROTECTED] Subject: Re: xsp question You need to put more starts and stops(only where your doing Java) to the xsp:logic...see below. at the bottom I pasted some xsp with logic that I know is working. - Original Message - From: Tim

Perplexing PDF SVG question

2003-06-23 Thread Irving Salisbury III
I have embedded an SVG image into my xsl:fo document. It renders fine when using command line fop. However, when I put it in a cocoon pipeline, I am getting the following error: ERROR (2003-06-23) 08:02.42:903 [sitemap.serializer.fo2pdf.fop] (/medicaid/sequence/first/pdf)

RE: Perplexing PDF SVG question

2003-06-23 Thread Schaper, Christoph
Salisbury III [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 15:27 To: [EMAIL PROTECTED] Subject: Perplexing PDF SVG question I have embedded an SVG image into my xsl:fo document. It renders fine when using command line fop. However, when I put it in a cocoon pipeline, I am getting the following

Re: Perplexing PDF SVG question

2003-06-23 Thread Irving Salisbury III
- From: Irving Salisbury III [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 15:27 To: [EMAIL PROTECTED] Subject: Perplexing PDF SVG question I have embedded an SVG image into my xsl:fo document. It renders fine when using command line fop. However, when I put it in a cocoon pipeline, I am getting

Re: Perplexing PDF SVG question

2003-06-23 Thread Torsten Spindler
On Mon, 2003-06-23 at 15:27, Irving Salisbury III wrote: ERROR (2003-06-23) 08:02.42:903 [sitemap.serializer.fo2pdf.fop] (/medicaid/sequence/first/pdf) Thread-10/PDFRenderer: svg graphic could not be built: null If you use batik for rendering SVGs you need an X-Server running or Java

Re: Perplexing PDF SVG question

2003-06-23 Thread Irving Salisbury III
I am running this on windows XP. Do I still need to do this? Irv Torsten Spindler wrote: On Mon, 2003-06-23 at 15:27, Irving Salisbury III wrote: ERROR (2003-06-23) 08:02.42:903 [sitemap.serializer.fo2pdf.fop] (/medicaid/sequence/first/pdf) Thread-10/PDFRenderer: svg

Re: Perplexing PDF SVG question

2003-06-23 Thread J.Pietschmann
Irving Salisbury III wrote: I have embedded an SVG image into my xsl:fo document. It renders fine when using command line fop. However, when I put it in a cocoon pipeline, I am getting the following error: ERROR (2003-06-23) 08:02.42:903 [sitemap.serializer.fo2pdf.fop] ...

Re: Perplexing PDF SVG question

2003-06-23 Thread Irving Salisbury III
I am using a third partly library that does things like url( #someReference), so I can't get around it. Why is this not a bug, it seems like something that should be supported, and batik even has a bug fix in 1.5b4 (that happens to break the library code for me) Irv J.Pietschmann wrote:

Re: Perplexing PDF SVG question

2003-06-23 Thread J.Pietschmann
Irving Salisbury III wrote: I am using a third partly library that does things like url( #someReference), so I can't get around it. Why is this not a bug, it seems like something that should be supported, and batik even has a bug fix in 1.5b4 (that happens to break the library code for me)

Re: Perplexing PDF SVG question

2003-06-23 Thread Irving Salisbury III
Thanks for the info. I will go down another path with this. Irv J.Pietschmann wrote: Irving Salisbury III wrote: I am using a third partly library that does things like url( #someReference), so I can't get around it. Why is this not a bug, it seems like something that should be supported,

simple question

2003-06-21 Thread Sonny Sukumar
Hi guys, I'm trying to use the xsl:output element in my logicsheet (for an accompanying XSP) to remove the XML declaration (the ?xml version=1.0?) from my output doc. I just put xsl:output method=xml omit-xml-declaration=yes/ right inside my opening xsl:stylesheet tag. However, in the

RE: simple question

2003-06-21 Thread Geoff Howard
-pipeline inside map:serialize but I don't know about that. HTH, Geoff Howard -Original Message- From: Sonny Sukumar [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2003 6:08 PM To: [EMAIL PROTECTED] Subject: simple question Hi guys, I'm trying to use the xsl:output element

JavaScript Flow/Sendmail Action Question

2003-06-17 Thread whump
Sorry to jump into the list with a question rightaway. I'm working off of Milestone 1, using JVM 1.4.1 on Mac OS X 10.2.6, built with 'war'. And the java mail and activation jars in the appropriate places. I've been able to confirm that Sendmail is working. I've started from the flowscript

A question on where to place the Cocoon

2003-06-13 Thread Anne Kwong
Hi For the software that I am working on, I have to generate report to serve UI requests and to generate report to serve a scheduled report delivery via email. Since the report delivery is done in the EJB level and the report for the browser is in the UI level, I want to ask if I should put the

xsl:import question

2003-06-12 Thread Markus Alin
Hi!! I'm using a computational stylesheet with alot of trigonometry templates which I include into whatever style sheet which needs it with the xsl:import tag. I ofcourse want the computational stylesheet to be available all over the application and I don't want to keep duplicate copies of it.

Re: xsl:import question

2003-06-12 Thread Richard in Public
Hi Markus I haven't tried any of this, but it occured to me that you could improve things somewhat by mounting a 'trig-sub-sitemap', or perhaps even a library sub-sitemap. (I cannot remember whether it would be sufficient to do this in your main sitemap only (i.e. the one in the cocoon root

Re: xsl:import question

2003-06-12 Thread Joerg Heinicke
Hello Markus, no guarantee that it works, but what about the following: xsl:import href=cocoon:/trignm.xsl/ Now you must add a pipeline to your sitemap: map:match pattern=trignm.xsl map:read src=path/to/xsl/trignm.xsl mime-type=text/xml/ /map:match With this solution you have added a further

Newbie Question: Where do I add actions to sitemap?

2003-05-29 Thread Ross Bleakney
Cocooners, I have created an action, but I need to modify my sitemap.xmap like so: map:actions map:action name=myName src=com.mycompany.myclass / /map:actions Where do I put this? I've tried putting it before the components, after the components, etc. I've looked at a bunch of

RE: Newbie Question: Where do I add actions to sitemap?

2003-05-29 Thread Steven Cummings
Actions go *inside* components (actions are a type of component, like generator, serializer, transformer, etc.): map:sitemap ... map:components map:actions.../map:actions map:generators/map:transformers/ etc. etc. HTH /S Ross Bleakney [EMAIL PROTECTED] wrote: Cocooners, I have

Re: Newbie Question: Where do I add actions to sitemap?

2003-05-29 Thread Ross Bleakney
Nevermind, I found the answer: put the actions element inside components/components Thanks, Ross On Wed, 2003-05-28 at 17:35, Ross Bleakney wrote: Cocooners, I have created an action, but I need to modify my sitemap.xmap like so: map:actions map:action name=myName

Re: XMLForm Question

2003-04-12 Thread Antonio Gallardo
Subject: Re: XMLForm Question I think you just need to restart the container (in your case, tomcat). In theory, Tomcat use an adaptive classloader that you can configure (in server.xml) to reload classes when they change. I was able to use this feature when my web app was simple. Once I

Question from a newbie

2003-04-01 Thread Sean McCormick
Hi folks, I apologize in advance if this mailing list is not the appropriate place for this question, but I think I've nearly worn out Google trying to find the solution to my problem. I have been asked to locate software that can dynamically create a newsletter from numerous RSS feeds according

RE: Question from a newbie

2003-04-01 Thread Jeff Sallade
for Cocoon in general and it should have exactly what you need. I'm sure the book is widely available. Jeff Sallade -Original Message- From: Sean McCormick [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 10:51 AM To: [EMAIL PROTECTED] Subject: Question from a newbie Hi folks, I

Re: Question from a newbie

2003-04-01 Thread Sean McCormick
PROTECTED] Sent: Tuesday, April 01, 2003 2:45 PM Subject: RE: Question from a newbie : Sean, : : This is exaclty the type of application that is demonstrated in : the book, Cocoon: Building XML Applications by Matthew Langham : and Carsten Ziegeler, published by New Riders. There are 3 versions

Question about doctype with Cocoon 1.8.2

2003-03-31 Thread David Lanfranconi
Title: Question about doctype with Cocoon 1.8.2 Hi! How can I remove the DOCTYPE declaration in an output HTML ??? !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0//EN http://www.w3.org/TR/REC-html40/strict.dtd I have a problem with _javascript_ and I dont have a solution Thanks! Dave

Newbie question about CSS display

2003-03-28 Thread Joe Williams
Forgive the elementary nature of this question, but I am new to Cocoon, my background is documentation and not development, and I have read and searched for an explanation for this weirdness without success. Using DocBook XML and the DocBook XSL with a customization layer, I want to change

Re: Newbie question about CSS display

2003-03-28 Thread Yves Vindevogel
Check your sitemap ... You probably don't have the correct pipeline/match for it. Forgive the elementary nature of this question, but I am new to Cocoon, my background is documentation and not development, and I have read and searched for an explanation for this weirdness without success

Re: Newbie question about CSS display

2003-03-28 Thread Lionel Crine
Joe, you're question is so wide. Here is how I use a CSS in an XSL file. load the CSS. map:pipeline map:match pattern=style/*.css map:read mime-type=text/css src=demo/{1}.css/ /map:match /map:pipeline load the file : map:match pattern=welcome

Re: Newbie question about CSS display

2003-03-28 Thread Joe Williams
Message - From: Yves Vindevogel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 28, 2003 9:27 AM Subject: Re: Newbie question about CSS display Check your sitemap ... You probably don't have the correct pipeline/match for it. Forgive the elementary nature of this question, but I am

Re: Newbie question about CSS display

2003-03-28 Thread Lionel Crine
It's a little bit confused but if you want to do it. You should declare do : map:pipeline map:match pattern=*.css map:read src={1}.css mime-type=text/css/ /map:match /map:pipeline then : map:pipeline map:match pattern=book map:generate src=book.xml/ map:transform src=book.xsl map:parameter

Re: Newbie question about CSS display

2003-03-28 Thread Joerg Heinicke
Hello Joe, Joe Williams wrote: Thanks for the response, let me see if this makes things clearer. I'm not getting an error message, but the formatting changes to the DocBook XSL (by means of my CSS) do not appear in the browser. The URL: http://myserver:8080/cocoon/book/book This succeeds in

Re: Newbie question about CSS display

2003-03-28 Thread Joe Williams
When I try to reach the CSS directly, I get a Cocoon error (see below). What do you want to reach with map:parameter name=css-stylesheet value=book.css/ ?? Do you have a global xsl:param name=css-stylesheet/ in your book.xsl? No, I do not. I commented that line out, and the link to the CSS

Re: Newbie question about CSS display

2003-03-28 Thread Jörg Heinicke
This only for clarification. Test the stylesheet independent of the DocBook HTML with http://myserver:8080/cocoon/book/book.css;. If you get it, hmm, I don't know. If not, what do you get? When I follow the suggestion to access the CSS alone, I get this error: type

Re: Newbie question about CSS display

2003-03-28 Thread Joe Williams
1. the file is not in the same directory as the xml (according to the earlier sent match patterns and pipelines), 2. the pipeline for the CSS does not look like the sent one 3. or there is another pipeline matching on *.css before the sent one. And this one searches for the CSS file on

Re: Newbie question about CSS display

2003-03-28 Thread Joe Williams
Ah, interesting ;-) As I expected it ... Please have a look into the log files. You should get more information there, e.g. something like a stacktrace. It seems, that the book.css can't be found on the disk, where it should be to found (as you specified it in the sitemap). But the pipeline

Re: Newbie question about CSS display--CORRECTION

2003-03-28 Thread Joe Williams
There is no *.css in main sitemap, but I have not looked through all the files. - Original Message - From: Joe Williams [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 28, 2003 4:52 PM Subject: Re: Newbie question about CSS display Ah, interesting ;-) As I expected

Re: Newbie question about CSS display

2003-03-28 Thread Joerg Heinicke
or in Cocoon may be different (but I don't really think so), but has nothing to do with the loading of the CSS. Regards, Joerg Joe Williams wrote: Forgive the elementary nature of this question, but I am new to Cocoon, my background is documentation and not development, and I have read and searched

Re: Newbie question about CSS display

2003-03-28 Thread Joe Williams
(book.css) I have not tried Lionel's suggestions yet, but will do so. - Original Message - From: Joerg Heinicke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 28, 2003 10:19 AM Subject: Re: Newbie question about CSS display Hello Joe, you don't give very exact error

RE: XMLForm Schematron question

2003-03-27 Thread Delis, Christopher E.
an attribute of ref='' instead of ref='/password'. cheers, chris -Original Message- From: Ugo Cei To: [EMAIL PROTECTED] Sent: 3/27/03 1:51 AM Subject: Re: XMLForm Schematron question Delis, Christopher E. wrote: i take it back! it still doesn't work =-( i keep getting Passwords do

Re: XMLForm Schematron question

2003-03-27 Thread Joerg Heinicke
problem. i simply edited my xmlform-to-html.xsl to reflect the fact that the error violation has an attribute of ref='' instead of ref='/password'. cheers, chris -Original Message- From: Ugo Cei To: [EMAIL PROTECTED] Sent: 3/27/03 1:51 AM Subject: Re: XMLForm Schematron question Delis

RE: XMLForm Schematron question

2003-03-27 Thread Delis, Christopher E.
: 3/27/03 5:53 AM Subject: Re: XMLForm Schematron question Siblings? Try the following: rule context=/password assert test=string(.) = string(following-sibling::password2 | preceding-sibling::password2) Passwords do not match. /assert /rule If you know password2 is always

RE: XMLForm Schematron question

2003-03-27 Thread Delis, Christopher E.
. To: 'Joerg Heinicke '; '[EMAIL PROTECTED] ' Sent: 3/27/03 4:50 AM Subject: RE: XMLForm Schematron question thanks for inspiring me to continue... following-sibling and preceding-sibling didn't work but the following did: assert test=string(.)=string(password2)Passwords do not match!/assert i thought

TextParserGenerator question

2003-03-27 Thread Neil Davies
Is there actually a working TextParserGenerator? I've not seen any examples of anyone using it on the web. I can't get Cocoon to recognise it in the sitemap decleration. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: TextParserGenerator question

2003-03-27 Thread Bertrand Delacretaz
Le Jeudi, 27 mars 2003, à 13:47 Europe/Zurich, Neil Davies a écrit : Is there actually a working TextParserGenerator? I've not seen any examples of anyone using it on the web If you're using the latest CVS you'll find several Chaperon parser samples at

Re: TextParserGenerator question

2003-03-27 Thread Stephan Michels
On Thu, 27 Mar 2003, Neil Davies wrote: Is there actually a working TextParserGenerator? I've not seen any examples of anyone using it on the web. I can't get Cocoon to recognise it in the sitemap decleration. Take a look into the current CVS HEAD. There is a new and cleaner version of the

JSP in a box question (with POST)

2003-03-27 Thread Edward Elhauge
I've got a question for the wizards on this list. I've been working with Cocoon since last December and think it is pretty nifty. I like it a lot better than working with JSP and Custom Tags (which is what we were doing before). We basically are deploying an Intranet Bioinformatic Portal

XMLForm Schematron question

2003-03-26 Thread Rob Johnston
Hello -- I have a quick Schematron/XMLForm question. Let's say I have the following XPath: /data/selectedwhich can be either text or number /data/number a valid number I want to write a validation pattern that will assert iff /data/selected is 'number' and /data/number must be a number

Re: XMLForm Schematron question

2003-03-26 Thread Joerg Heinicke
always false. Regards, Joerg Rob Johnston wrote: Hello -- I have a quick Schematron/XMLForm question. Let's say I have the following XPath: /data/selectedwhich can be either text or number /data/number a valid number I want to write a validation pattern that will assert iff /data

Re: XMLForm Schematron question

2003-03-26 Thread Rob Johnston
with XSLT. Is the behaviour simply processor dependent or specified anywhere?) If you change the test to number() = number() you are on the safe side, because NaN = NaN returns always false. Regards, Joerg Rob Johnston wrote: Hello -- I have a quick Schematron/XMLForm question. Let's

RE: XMLForm Schematron question

2003-03-26 Thread Delis, Christopher E.
To: [EMAIL PROTECTED] Subject: Re: XMLForm Schematron question On Wed, 26 Mar 2003, Joerg Heinicke wrote: Hello Rob, you simply must add a predicate to the context: rule context=/data/number[/data/selected = 'number'] assert test=number(.)=. You must specify a valid number

Re: XMLForm Schematron question

2003-03-26 Thread Joerg Heinicke
Hi Delis, for an XML like root passwordmypassword/password password2mypassword/password2 /root I would use the following schematron: rule context=/root assert test=string-length(password) 5must be 5/assert assert test=string-length(password) lt; 60must be lt; 60/assert assert

RE: XMLForm Schematron question

2003-03-26 Thread Delis, Christopher E.
-Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 10:58 AM To: [EMAIL PROTECTED] Subject: Re: XMLForm Schematron question Hi Delis, for an XML like root passwordmypassword/password password2mypassword/password2 /root

RE: XMLForm Schematron question

2003-03-26 Thread Delis, Christopher E.
i take it back! it still doesn't work =-( i keep getting Passwords do not match! errors... -Original Message- From: Delis, Christopher E. [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 11:20 AM To: '[EMAIL PROTECTED]' Subject: RE: XMLForm Schematron question sheesh

Re: XMLForm Schematron question

2003-03-26 Thread Joerg Heinicke
question sheesh! turned out to be a stupid error on my part (i should've posted the whole xml file and you probably would've found it right away). thanks for helping! here's what works: ?xml version=1.0 ? schema ns=http://xml.apache.cocoon/xmlform; xmlns=http://www.ascc.net/xml/schematron

RE: XMLForm Schematron question

2003-03-26 Thread Delis, Christopher E.
PROTECTED] Subject: Re: XMLForm Schematron question Hello Christopher, I mentioned it already before: I guess the error are /password and /password2 as the values of the context attributes of the rule element. I have never been using Schematron in Cocoon, but as I used it offline

Re: XMLForm Schematron question

2003-03-26 Thread Joerg Heinicke
Delis, Christopher E. wrote: i'm not sure i understand your explanation. are you suggesting that i need to create another root container (e.g., /root) to hold the password and password2 nodes in order to reference other form objects? that doesn't seem right. or, are you saying that if change

Re: XMLForm Schematron question

2003-03-26 Thread Ugo Cei
Delis, Christopher E. wrote: i take it back! it still doesn't work =-( i keep getting Passwords do not match! errors... I'm currently using the following: rule context=/ assert test=string(password1) = string(password2) Passwords do not match. /assert /rule -- Ugo Cei - Consorzio di

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Delis, Christopher E.
question; *not* esql... (was RE: ???ESQL upda te table???) thanks! i am so embarassed. ;-) i gazed right past that little paragraph... sheesh! -Original Message- From: Luca Morandini To: [EMAIL PROTECTED] Sent: 3/18/03 1:15 AM Subject: RE: sql transformer question; *not* esql

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Luca Morandini
-Original Message- From: Delis, Christopher E. [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 5:18 PM To: '[EMAIL PROTECTED]'; 'Luca Morandini ' Subject: RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???) sitemap). has anyone else run

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Delis, Christopher E.
do you mind sharing the template? =-) --chris -Original Message- From: Luca Morandini [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 11:18 AM To: [EMAIL PROTECTED] Subject: RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???) -Original

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Luca Morandini
-Original Message- From: Delis, Christopher E. [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 6:32 PM To: '[EMAIL PROTECTED]' Subject: RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???) do you mind sharing the template? =-) --chris

sql transformer question; *not* esql... (was RE: ???ESQL update table???)

2003-03-17 Thread Delis, Christopher E.
i replied to the wrong topic. sorry... what i meant to ask was: is there a place-holder mechanism available using the sql transformer? --chris -Original Message- From: Delis, Christopher E. To: '[EMAIL PROTECTED]' Sent: 3/17/03 9:48 AM Subject: RE: ???ESQL update table??? on a

RE: sql transformer question; *not* esql... (was RE: ???ESQL update table???)

2003-03-17 Thread Luca Morandini
transformer question; *not* esql... (was RE: ???ESQL update table???) i replied to the wrong topic. sorry... what i meant to ask was: is there a place-holder mechanism available using the sql transformer? --chris -Original Message- From: Delis, Christopher E. To: '[EMAIL PROTECTED

SQLTransformer stored procedure question

2003-03-11 Thread Irv Salisbury III
I call an existing stored procedure with: sql:execute-query sql:query isstoredprocedure=true begin qChange.R_IMS_CHANGE( 'ALZHEIMERS', '1999 Q3', 'NRX', ?); end; /sql:query sql:out-parameter sql:nr=1 sql:name=resultset

RE: SQLTransformer stored procedure question

2003-03-11 Thread Luca Morandini
-Original Message- From: Irv Salisbury III [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 6:38 PM To: [EMAIL PROTECTED] Subject: SQLTransformer stored procedure question I call an existing stored procedure with: sql:execute-query sql:query

Xindice question

2003-03-11 Thread Irv Salisbury III
I thought I had followed the directions at cocooncenter for setting up xindice on my box with cocoon, but I am getting: org.xmldb.api.base.XMLDBException: Collection No IndexManager at org.apache.cocoon.components.source.XMLDBSource.resourceToSAX(XMLDBSource.java:215) at

Re: Xindice question

2003-03-11 Thread Irv Salisbury III
Just solved my own problem. Turns out I simply needed to add a trailing slash to my xmldb URL string. You'd think that this would be a pretty common problem. Irv Irv Salisbury III wrote: I thought I had followed the directions at cocooncenter for setting up xindice on my box with cocoon,

Question

2003-03-03 Thread Alejandro Raiczyk
Is there any way to detect when a user closes the browser and that session is destroyed ? There was a way under C1 using SessionListener, but I can't find an implementation or something like that under C2. Thanks in advance. Alejandro

Re: Question

2003-03-03 Thread Leszek Gawron
On pon, mar 03, 2003 at 05:31:17 -0300, Alejandro Raiczyk wrote: Is there any way to detect when a user closes the browser and that session is destroyed ? There was a way under C1 using SessionListener, but I can't find an implementation or something like that under C2. It is not possible to

RE: Question on generators...

2003-03-03 Thread SriKumar Kareti
Geoff, Thanks. Got it working with minimal effort. Kumar. -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: Friday, January 31, 2003 9:48 PM To: [EMAIL PROTECTED] Subject: RE: Question on generators... Then yes, you can reuse it - but you should be aware that it's

Is this question too simple to be answered ?

2003-02-20 Thread Laurent Comte
Hi, is this question too simple to be answered ? -Message d'origine- De : Laurent Comte [mailto:[EMAIL PROTECTED]] Envoy : mercredi 19 fvrier 2003 13:25 A : [EMAIL PROTECTED] Objet : Simple pb with subsitemap mount Hi, I just try to create subsitemap as written in docs. I have

Re: Is this question too simple to be answered ?

2003-02-20 Thread Lionel Crine
/ map:serialize type=html/ /map:match Try relative location for your files. Hope this help At 10:27 20/02/2003 +0100, you wrote: Hi, is this question too simple to be answered ? -Message d'origine- De : Laurent Comte [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 19 février 2003 13:25 A : [EMAIL

RE: Is this question too simple to be answered ?

2003-02-20 Thread Laurent Comte
file to make things working ... A little bit confusing, isn't it ? BTW, do you have the same behaviours (I use 2.0.4) ??? Laurent. - Please check that your question has not already been answered in the FAQ before posting

RE: Is this question too simple to be answered ?

2003-02-20 Thread Derek Hohls
map without updating thesubsitemap file, it fails ! I must make a "fake" modification in the subsitemap fileto make things working ...A little bit confusing, isn't it ?BTW, do you have the same behaviours (I use 2.0.4) ???Laurent.-

RE: Is this question too simple to be answered ?

2003-02-20 Thread Lionel Crine
it ? BTW, do you have the same behaviours (I use 2.0.4) ??? Laurent. - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e

RE: Is this question too simple to be answered ?

2003-02-20 Thread Laurent Comte
Yes, I read it already. So I have check-reload="yes"and reload-method="synchron", BUT the problem is : If I update the main sitemap file without updating the subsitemap file, I obtain a NullPointerException during parsing of the subsitemap file. If I make a fake update in the subsitemap

RE: Is this question too simple to be answered ?

2003-02-20 Thread Derek Hohls
Null Pointer exceptions are my worst ;-( but often the root problem is a simple one - it sounds like something is wrong with the subsitemap [EMAIL PROTECTED] 20/02/2003 01:07:19 Yes, I read it already. So I have check-reload="yes"and reload-method="synchron", BUT the problem is : If I

RE: Is this question too simple to be answered ?

2003-02-20 Thread Derek Hohls
Well, Cocoon is not going to recognize the need to reload *unless* there is a change; but you should not be getting null pointer - for debugging its usually easier to make one change at a time to try and pin down the source. Alternativelty, try with a new sitemap OR move the existing one

XSP question

2003-02-19 Thread Nesto
Hi! Sorry if I repost a question, but I need help! I want to convert my JSP in XSP, and I have to reuse complex Javabeans. I read in the Logicsheet documentatin that there is a xbean library that provides functionallity similar to the jsp:useBean directives. But I didn't found much more

AW: XSP question

2003-02-19 Thread Marco Rolappe
. Februar 2003 15:11 An: [EMAIL PROTECTED] Betreff: XSP question Hi! Sorry if I repost a question, but I need help! I want to convert my JSP in XSP, and I have to reuse complex Javabeans. I read in the Logicsheet documentatin that there is a xbean library that provides functionallity similar

Re: AW: XSP question

2003-02-19 Thread Geoff Howard
, 19. Februar 2003 15:11 An: [EMAIL PROTECTED] Betreff: XSP question Hi! Sorry if I repost a question, but I need help! I want to convert my JSP in XSP, and I have to reuse complex Javabeans. I read in the Logicsheet documentatin that there is a xbean library that provides functionallity similar

RE: AW: XSP question

2003-02-19 Thread Mark H
/ someTaghelp:getProperty name=vm property=someProperty//someTag /page /xsp:page Mark -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED]] Sent: 19 February 2003 08:45PM To: [EMAIL PROTECTED] Subject: Re: AW: XSP question no xbean logicsheet exists in 2.x. I have

question about cocoon object

2003-02-13 Thread Lionel Crine
a class (requestgenerator) can use object from an abstract class at the same level ? Maybe my question are silly, but I like knowing what I'm reading and using. Lionel - Please check that your question has not already been

RE: question about cocoon object

2003-02-13 Thread Geoff Howard
Title: RE: question about cocoon object Maybe I don't understand your question, but this in java refers to the current instance of the class itself. So this refers to the current RequestGenerator object. And this.attribute refers to a method defined somewhere in the class itself or in one

RE: question about cocoon object

2003-02-13 Thread Lionel Crine
Yes, stardocuments comes from contenthandler. Another question : where does data method comes from ? I know that I only have to look at the javadocs, but after long time I didn't find where this method comes from. Also, I'm a little bit surprise about the source of attribute method. Where

RE: question about cocoon object

2003-02-13 Thread Lionel Crine
I found my answers!! At 08:50 13/02/2003 -0500, you wrote: Maybe I don't understand your question, but this in java refers to the current instance of the class itself. So this refers to the current RequestGenerator object. And this.attribute refers to a method defined somewhere

more specific question about parameters from querystring to JSP

2003-02-11 Thread Eduardo Zurita
I want to pass the parameter "username" with value "joe" to my generator (myservice.jsp) The problem is: The user tries the page http://myserver/test.html?username=joe And i have the following in sitemap.xmap: map:pipeline map:match pattern="test.html" map:act type="request"

Re: more specific question about parameters from querystring to JSP

2003-02-11 Thread SAXESS - Hussayn Dabbous
125 50935 Köln Telefon: +49-221-56011-0 Fax: +49-221-56011-20 E-Mail: [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq

Re: more specific question about parameters from querystring to JSP

2003-02-11 Thread SAXESS - Hussayn Dabbous
. -- Dr. Hussayn Dabbous SAXESS Software Design GmbH Neuenhöfer Allee 125 50935 Köln Telefon: +49-221-56011-0 Fax: +49-221-56011-20 E-Mail: [EMAIL PROTECTED] - Please check that your question has not already been answered

Re: more specific question about parameters from querystring to JSP

2003-02-11 Thread Eduardo Zurita
Thanks, it worked !!! - Original Message - From: SAXESS - Hussayn Dabbous [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 2:56 PM Subject: Re: more specific question about parameters from querystring to JSP You dont need the ? try (error marked with '== look

Re: newbie xsp question

2003-02-04 Thread Jim Bearce
++) ]]{ liItem xsp:exprj/xsp:expr/li } /xsp:logic /ul This worked, and confirmed my suspicions. So my question is, why were there so many CDATA sections in the original, and when am I supposed to use them? Also, I'd appreciate it if someone could explain what xsp:content is supposed

newbie xsp question

2003-02-03 Thread I-Lin Kuo
/xsp:expr/li } /xsp:logic /ul This worked, and confirmed my suspicions. So my question is, why were there so many CDATA sections in the original, and when am I supposed to use them? Also, I'd appreciate it if someone could explain what xsp:content is supposed to do, or refer me to some place

Question on generators...

2003-01-31 Thread SriKumar Kareti
Thanks for you help in advance... I am a new user to Cocoon. I have searched the site pretty well and could not answer this question. Could someone help... My goal is to move from current servlet based solution to Cocoon. The general flow of my current program is 1) Take the request, 2

  1   2   3   4   5   6   7   >