Re: Excel generator

2002-07-29 Thread Sven Kuenzler
Good question. ATM, I only could give artificial scenarios. The real use case I had in mind was the application where I used the Serializer out of Cocoon. This application produces an Excel sheet which is sent out by Email. So it is not direct a response but a "side effect" to the request. In

multiple selection query in XSP

2002-07-29 Thread Sreenivasan N.
Hi cocoon lovers I am trying to implement a multi select list box where user select 1 or 2 or more values which is passed as a query to Oracle database to return a output. For Example a multiselect listbox which contains projectnames populated from oracle database. When a user select the proj

RE: Cocoon statistics

2002-07-29 Thread Matthew Langham
This was meant for cocoon-dev. Sorry. M. -Original Message- From: Matthew Langham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 8:52 AM To: [EMAIL PROTECTED] Subject: Cocoon statistics Hi, I would be interested in getting some statistics on Cocoon downloads. Can someone "w

Cocoon statistics

2002-07-29 Thread Matthew Langham
Hi, I would be interested in getting some statistics on Cocoon downloads. Can someone "with power" give an overview as to the number of downloads of the different Cocoon versions ... by month ... or whatever is available. Many thanks Matthew -- Open Source Group Cocoon { Consulting, Trai

Multiple GETs for a PDF

2002-07-29 Thread Chris Warr
Hi, Some browsers request a PDF with multiple GETs. The following article describes it http://support.microsoft.com/default.aspx?scid=kb;EN-US;q293792 I'm encountering this problem because I don't let a PDF be generated twice. So, for the first GET cocoon generates the PDF and returns it, for

OSCON Heads up

2002-07-29 Thread Matthew Langham
Hi, if you were following my weblog then you will already have seen my notes on the OReilly Open Source Convention. If not - then now's the time to go back and read :-) (http://radio.weblogs.com/0103021/). Here's a brief summary from a Cocoon perspective. To start off it seems that Cocoon is vir

Returning a specific HTTP status from XSP

2002-07-29 Thread Chris Warr
Hi, Is it possible to jump out of a pipeline from within an xsp and return a specific HTTP status code? For instance under certain circumstances I want to return 304 (not modified). Chris. - Please check that your question ha

Re: using request selector to choose xsl

2002-07-29 Thread Barbara Post
Hello, is this ok for your problem ? But if "style" is not specified this wouldn't be ok. So you would have to specify a default value anyway when submitting... Babs - Original Message - From: Jo Bourne <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday,

Re: use taglib (logicsheets) in XSL

2002-07-29 Thread yuryx
Vadim Gritsenko wrote: >>From: yuryx [mailto:[EMAIL PROTECTED]] >> >>yuryx wrote: >> >> >> >>>Hi all! >>> >>>Can I do use taglibs in my XSL? >>> >>> > >You can use logicsheets in XSP pages only. XSP page will then generate >XML (invoking any logicsheets you are using). This resulting XM

using request selector to choose xsl

2002-07-29 Thread Jo Bourne
Hi, I currently have a request selector working to choose which xsl to use based on a query string in the request. I built this using the method recommend repeatedly in the mailing list archives and it works but I would like it to simply test whether there is a style paramater and use it if th

RE: half-baked lucene xsp pages in cvs

2002-07-29 Thread Vadim Gritsenko
> From: Joerg Heinicke [mailto:[EMAIL PROTECTED]] > > icewind wrote: > > I don't know if this is just a problem on my end, but > > I got the latest cocoon from CVS and everything seems > > to work... except the links from the "Seach the Docs" > > page in the Samples section. These pages would be

RE: action not working

2002-07-29 Thread Vadim Gritsenko
> From: sylviat [mailto:[EMAIL PROTECTED]] > > Hello - > > I am a new cocoon user having a problem with getting > an action to run from a pipeline. There is a FAQ > which describes my problem exactly "Why does Cocoon > return an error when I add an action to a pipeline?". Here is some info on

RE: Transforming Big XML Files

2002-07-29 Thread Vadim Gritsenko
> From: Alessandro Marcellini [mailto:[EMAIL PROTECTED]] > > Vadim Gritsenko wrote: > > > > From: Alessandro Marcellini [mailto:[EMAIL PROTECTED]] > > > > > > Hi all, > > > I've a problem transforming big xml Files with Xalan or Saxon. > > > > How big are they? > > they are dinamically generate

Re: checking out xml source from CVS?

2002-07-29 Thread Anthony W. Marino
Steven, I subscribed earlier today. Thanks, Anthony > Anthony W. Marino wrote: > > How mature and/or feature complete do you consider Forrest. Or put > > another way, when do you see a beta release of some sort? > > hm > > since Forrest is Cocoon-based, it means it will remain alpha for > plu

RE: use taglib (logicsheets) in XSL

2002-07-29 Thread Vadim Gritsenko
> From: yuryx [mailto:[EMAIL PROTECTED]] > > yuryx wrote: > > > Hi all! > > > > Can I do use taglibs in my XSL? You can use logicsheets in XSP pages only. XSP page will then generate XML (invoking any logicsheets you are using). This resulting XML can be anything, including XSL. See sub sitemap

Re: checking out xml source from CVS?

2002-07-29 Thread Steven Noels
Anthony W. Marino wrote: > How mature and/or feature complete do you consider Forrest. Or put > another way, when do you see a beta release of some sort? hm since Forrest is Cocoon-based, it means it will remain alpha for plus-minus 2 years, being discussed on forrest-dev solely and will onl

RE: How to switch to another resource if one resource is not available?

2002-07-29 Thread Vadim Gritsenko
> From: Per Kreipke [mailto:[EMAIL PROTECTED]] > > Vadim, > > That's very interesting. I don't recall ever seeing 'peer' > elements in the various sample sitemaps, only nested elements. > > Does that also mean that one could do the following to selectively read from > an existing file or appl

Re: checking out xml source from CVS?

2002-07-29 Thread Anthony W. Marino
How mature and/or feature complete do you consider Forrest. Or put another way, when do you see a beta release of some sort? Thank You, Anthony > Anthony W. Marino wrote: > > Hello Steven, > > I noticed that one of the projects that Forrest depends on is "Centipede" > > which is maintained b

Re: half-baked lucene xsp pages in cvs

2002-07-29 Thread Joerg Heinicke
icewind wrote: > I don't know if this is just a problem on my end, but > I got the latest cocoon from CVS and everything seems > to work... except the links from the "Seach the Docs" > page in the Samples section. These pages would be > welcome-index.xsp, search-index.xsp, and > create-index.xsp.

ESQL erros - cocoon2.0.3

2002-07-29 Thread Dominic Reynolds
I am trying to use ESQL (basic xsp page modelled on the samples). my problem is that I get the following null pointer exception: Original exception : java.lang.NullPointerException at org.apache.cocoon.components.language.markup.xsp.EsqlQuery.(EsqlQuery.java:99) And looking at t

Re: checking out xml source from CVS?

2002-07-29 Thread Steven Noels
Anthony W. Marino wrote: > Hello Steven, > I noticed that one of the projects that Forrest depends on is "Centipede" > which is maintained by Apache people however isn't not a in "Jakarta" > repository. Does that imply something about the project? Nope, except that our own directory layout

RE: How to switch to another resource if one resource is not available?

2002-07-29 Thread Per Kreipke
Vadim, That's very interesting. I don't recall ever seeing 'peer' elements in the various sample sitemaps, only nested elements. Does that also mean that one could do the following to selectively read from an existing file or apply transforms?

half-baked lucene xsp pages in cvs

2002-07-29 Thread icewind
I don't know if this is just a problem on my end, but I got the latest cocoon from CVS and everything seems to work... except the links from the "Seach the Docs" page in the Samples section. These pages would be welcome-index.xsp, search-index.xsp, and create-index.xsp. The pages half load... whe

RE: battling with xsp-request

2002-07-29 Thread Per Kreipke
Seth, Yep, that looked like the problem. > Is there a guru on the list that can comment on this pattern? I'm not one of those but I think I can help... It's not clear from your code why you feel you need to do any initialization at all, the following will work just fine: http://apache.org

Cocoon 2.1 - empty pages?

2002-07-29 Thread Lajos Moczar
Hi all - I successfully compiled the latest version of 2.1, only to find all the pages empty; i.e., nothing between the tags. In error.log I get: ERROR (2002-07-29) 12:46.47:099 [access] (Unknown-URI) Unknown-thread/Cocoon Servlet: Cocoon servlet threw an Exception while trying to close s

action not working

2002-07-29 Thread sylviat
Hello - I am a new cocoon user having a problem with getting an action to run from a pipeline. There is a FAQ which describes my problem exactly "Why does Cocoon return an error when I add an action to a pipeline?". I am sure the answer given is correct but I honestly don't understand it. Tha

test

2002-07-29 Thread Niket Anand
please donot reply rgds, Niket - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTE

Re: battling with xsp-request

2002-07-29 Thread Seth M. Landsman
Okay, bad form replying to myself and all that, but I think I figured out the problem. I had : http://apache.org/xsp"; xmlns:xsp-request="http://apache.org/xsp/request/2.0";> String s_name = http://xml.apache.org/cocoon/faq/index.html

Re: Transforming Big XML Files

2002-07-29 Thread Alessandro Marcellini
Vadim Gritsenko wrote: > > From: Alessandro Marcellini [mailto:[EMAIL PROTECTED]] > > > > Hi all, > > I've a problem transforming big xml Files with Xalan or Saxon. > > How big are they? they are dinamically generated (XSP pages) so have variable sizes but one of the biggest is 7017 KB > > >

RE: == I18N question ==

2002-07-29 Thread Alex Romayev
That's excellent! How would I get a copy of that? > From: Alex Romayev [mailto:[EMAIL PROTECTED]] > > Konstantin, > > Thanks for the link to the forest-dev thread. I've > been going back and forth around the 1 vs. many files > issue for a while now. I'm migrating my website from > JSP to Co

Re: battling with xsp-request

2002-07-29 Thread Abhishek Goel
Hi, i was also facing similar type of problem.so i replace my xsp:request tag with XSPRequestHandler.In your case it should be like this: (XSPRequestHelper.getSessionAttribute (objectModel, String.valueOf("store-name"), null)); aboce statement returns Object type. cast it to the desire object ty

Re: use taglib (logicsheets) in XSL

2002-07-29 Thread yuryx
yuryx wrote: > Hi all! > > Can I do use taglibs in my XSL? > For example: > > > xmlns:xsp-request="http://apache.org/xsp/request/2.0"; > > xmlns:xsl="http://www.w3.org/1999/XSL/Transform";> > > > > > > > Thanx. > Yury. > How-to esql.xsl work, If this not pos

Problem: Calling a portal page from from the flow script (sendPage())

2002-07-29 Thread Ramy Mamdouh
Hello, I'm using Cocoon 2.1-dev, SuSE 8.0, J2SDK 1.3.1, Tomcat 4.0.3 I'm facing a strange problem using the flow engine with the portal. calling sendPage(uri, {}) with uri pointing to the main portal page produces nothing but a blank page, although it works normally for any other uri. here's

battling with xsp-request

2002-07-29 Thread Seth M. Landsman
Greets, I'm trying to use the xsp-request logicsheet in my code and am running into an odd error. Basically, if I wrap it in and use it in the body of the page, it'll work fine, but if I use it in the section, it throws a mess of errors. My code seems to conform to the code at http://x

Re: checking out xml source from CVS?

2002-07-29 Thread Anthony W. Marino
Hello Steven, I noticed that one of the projects that Forrest depends on is "Centipede" which is maintained by Apache people however isn't not a in "Jakarta" repository. Does that imply something about the project? It does, however, seem to be an exciting project! Thank You, Anthony > Jo

RE: == I18N question ==

2002-07-29 Thread Piroumian Konstantin
> From: Alex Romayev [mailto:[EMAIL PROTECTED]] > > Konstantin, > > Thanks for the link to the forest-dev thread. I've > been going back and forth around the 1 vs. many files > issue for a while now. I'm migrating my website from > JSP to Cocoon and looking for a better approach to > what I h

use taglib (logicsheets) in XSL

2002-07-29 Thread yuryx
Hi all! Can I do use taglibs in my XSL? For example: http://apache.org/xsp/request/2.0"; xmlns:xsl="http://www.w3.org/1999/XSL/Transform";> Thanx. Yury. - Please check that your que

RE: == I18N question ==

2002-07-29 Thread Alex Romayev
Konstantin, Thanks for the link to the forest-dev thread. I've been going back and forth around the 1 vs. many files issue for a while now. I'm migrating my website from JSP to Cocoon and looking for a better approach to what I have at the moment. My website does not use a database -- it's a p

RE: Transforming Big XML Files

2002-07-29 Thread Vadim Gritsenko
> From: Alessandro Marcellini [mailto:[EMAIL PROTECTED]] > > Hi all, > I've a problem transforming big xml Files with Xalan or Saxon. How big are they? > I'm using Cocoon2.0.3 with tomcat3.3a on a Red Hat 7.2. > So, using Xalan, C2 throws an exception (No more DTM available Known > proble

Transforming Big XML Files

2002-07-29 Thread Alessandro Marcellini
Hi all, I've a problem transforming big xml Files with Xalan or Saxon. I'm using Cocoon2.0.3 with tomcat3.3a on a Red Hat 7.2. So, using Xalan, C2 throws an exception (No more DTM available Known problem of Xalan) using Saxon C2 throws this strange exception: Original exception : java.lang.Cl

RE: Running Cocoon 2.0 in IBM Websphere

2002-07-29 Thread kavitha ramesh
Thank you! Kavitha --- Vadim Gritsenko <[EMAIL PROTECTED]> wrote: > http://xml.apache.org/cocoon/installing/index.html > > > Vadim > > -Original Message- > From: kavitha ramesh > [mailto:[EMAIL PROTECTED]] > Sent: Sunday, July 28, 2002 4:50 AM > To: [EMAIL PROTECTED] > Subject: Runn

Re: resin 2.1.x problems

2002-07-29 Thread Robert S. Koberg
Hi, Lorenzo De Sio wrote: > I just tried the following procedure (found on this list) to solve my > problem w/Resin 2.1.1. > > It worked. What about adding it to the installation docs? > > L. > Another thing you can do in the RESIN_HOME/conf/resin.conf is: true when set to true it

i18n key generation with xalan

2002-07-29 Thread Albert Cervera Areny
Hi, I've got a problem trying to generate the i18n key files with xalan. I use the following instruction xalan -IN login.xml -XSL merge.xsl -OUT login_es.xml -PARAM mode keys -PARAM new-lang es -PARAM keep-lang ca as specified in the i18n information. Obviously with the correct merge.xsl file. H

resin 2.1.x problems

2002-07-29 Thread Lorenzo De Sio
I just tried the following procedure (found on this list) to solve my problem w/Resin 2.1.1. It worked. What about adding it to the installation docs? L. > List: xml-cocoon-users > Subject: Solution for Problem with Resin 2.1.x and Cocoon 2.0.x > From: =?iso-8859-1?Q?J=F6rn_Heid?= <[E

RE: XML Forms and i18n

2002-07-29 Thread Piroumian Konstantin
> From: [EMAIL PROTECTED] > > Hello, > >first I want to thank you for your great help in the last days. >We have solved the problem now with your proposed >solution: tagging the xml with a stylesheet. Great to hear that. Would you let us know when your application is ready and if'

XML Forms and i18n

2002-07-29 Thread michael_hampel
Hello, first I want to thank you for your great help in the last days. We have solved the problem now with your proposed solution: tagging the xml with a stylesheet. Our xml now looks like this:

AW: ComponentSelector could not access the Component for hint: sitemap

2002-07-29 Thread Sternath Elmar
Title: Blank This usually occurs if one of the components used in the pipelines is not defined in the sitemap or if no class is found for the component used.   Regards, Elmar -Ursprüngliche Nachricht-Von: Markus Alin [mailto:[EMAIL PROTECTED]]Gesendet: Montag, 29. Juli 2002 09

RE: ComponentSelector could not access the Component for hint: sitemap

2002-07-29 Thread Markus Alin
Title: Blank I'm sorry but that didn't work!! Still the same errormessage and stacktrace!!   Best regards, Markus     -Original Message-From: Gerald Michalitz [mailto:[EMAIL PROTECTED]]Sent: Montag, 29. Juli 2002 09:29To: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: AW: Comp