Re: Modifying pipeline at request time?

2004-06-26 Thread Ralph Goers
I should think one could write an action that generates a sub-sitemap and then cause that sub-sitemap to be invoked from the action using a source resolver. At 6/26/2004 08:17 AM, Joerg Heinicke wrote: On 25.06.2004 17:35, Jeff Jones wrote: I would like to be able to dynamically generate and/or

Re: Using JSPGenerator as template engine for flow?

2004-06-26 Thread Ralph Goers
Just be aware that the JSPGenerator does not (and apparently cannot) work in Weblogic server. At 6/26/2004 01:44 AM, you wrote: Hello, has someone ever used JSPGenerator as underlying template engine instead of JXTemplate? Is it possible to use it with flow? When not, what modifications are to

POPUALTING SELECTIONLISTS INA REPEATER FROM FLOW

2004-06-26 Thread ayana joseph
Hi all, I am trying to access the selection list value in woody form,in a repeater widget, from flowscript.My code for the above is :- widvalue = form.getWidget("name"); However the widvalue returned is null. Please correct me where am i wrong. Ayana.Help STOP spam with the new MSN 8 and get 2 mo

Re: Using JSPGenerator as template engine for flow?

2004-06-26 Thread Stephan Coboos
Joerg Heinicke wrote: On 26.06.2004 10:44, Stephan Coboos wrote: Hello, has someone ever used JSPGenerator as underlying template engine instead of JXTemplate? Is it possible to use it with flow? When not, what modifications are to do, to use JSPGenerator with flow? Reason: I need taglibs but th

Re: Problem with cocoon 2.1.5, tomcat 5.0.9 on Mac OS X 10.3 with Java 1.4.2_03

2004-06-26 Thread Thomas B Winans
Greetings, again -- I found a very helpful message in the users archive that I did not know how to search before but now do ... The message pointed out that the batik and fop libraries may have been causing problems. I removed them and followed the instructions to remove xml branches referencing

RE: XSP Generator not using Cocoon Entity Resolver but defaultxerces resolver

2004-06-26 Thread David Crossley
Marcial Rosales wrote: > David, > > No matter what mechanism I use to configure the entity resolver it does not > work. > If the entity resolver wasn't able to resolve an entity reference, it should > report it in the output log anyway. However, I am not getting anything but th

Re: get-sitemap-parameter in JSP ?

2004-06-26 Thread Joerg Heinicke
On 26.06.2004 15:00, Philippe Guillard wrote: Thanks a lot! In my case is use JSP in portal (cachingURI coplet), links like page2 is transformed in action=x&event=y, so the query-string is: a=1?copletid=app-test-1&cocoon-portal-action=1&cocoon-portal-event=21 and if i rely on the servlet from JSP

RE: XSP Generator not using Cocoon Entity Resolver but defaultxerces resolver

2004-06-26 Thread David Crossley
Marcial Rosales wrote: > Hi David, > > I had forgotten to say that in the default catalog file (called catalog) > I added this entry: > SYSTEM "book_meeting" > "file:///c:/webportal/tomcat/webapps/webportal3/resources/entities/webportal/book_meeting.xml" Ah, the missing piece o

Re: Using JSPGenerator as template engine for flow?

2004-06-26 Thread Joerg Heinicke
On 26.06.2004 10:44, Stephan Coboos wrote: Hello, has someone ever used JSPGenerator as underlying template engine instead of JXTemplate? Is it possible to use it with flow? When not, what modifications are to do, to use JSPGenerator with flow? Reason: I need taglibs but the cocoon taglibs not w

Re: get-sitemap-parameter in JSP ?

2004-06-26 Thread Philippe Guillard
Thanks a lot! In my case is use JSP in portal (cachingURI coplet), links like page2 is transformed in action=x&event=y, so the query-string is: a=1?copletid=app-test-1&cocoon-portal-action=1&cocoon-portal-event=21 and if i rely on the servlet from JSP: - ParamUtil.getParameterInt(request, "coco

Re: Modifying pipeline at request time?

2004-06-26 Thread Joerg Heinicke
On 25.06.2004 17:35, Jeff Jones wrote: I would like to be able to dynamically generate and/or modify a pipeline at request time, so that I can create an aggregated response using one or more sub-documents, to be chosen based on the request. I'd also like to be able to choose, at the same time, appr

Re: Getting the Context Path inside a FormValidator

2004-06-26 Thread Joerg Heinicke
On 25.06.2004 14:44, Andreas Schmid wrote: Is it possible to get the context path where a application is running from within a FormValidator in CForms ? Maybe there is a way to get a servicemanager using a static method from any class i do not know ... Somebody out there able helping me ? Plea

Re: Problem running Calendar widget in coplet

2004-06-26 Thread Joerg Heinicke
On 24.06.2004 17:35, [EMAIL PROTECTED] wrote: We've developed a simple form using the calendar widget that works fine as a stand alone sample. However, if running it as a coplet we experience the following problems; 1, output from forms-calendar-styling.xsl doesn't get rendered, specifically the

Re: Woody

2004-06-26 Thread Joerg Heinicke
On 24.06.2004 16:56, u16929 wrote: Hello. I have a problem with wi:groups. I'm using a quite similar form like the example form1 of woody. But there is the problem with validating the form. There is a wi:group which contains two more wi:groups(labels). In both groups there are different and equal w

Re: UTF-8 and Encoding Problems

2004-06-26 Thread Joerg Heinicke
On 23.06.2004 23:44, Christopher Painter-Wakefield wrote: Are you using Tomcat? If you do some searches, you'll probably turn up other postings on this topic. I can't remember all the ins & outs, but supposedly the browsers incorrectly supply encoding information in their requests to Tomcat (ours

Re: RegExp Transformer?

2004-06-26 Thread Joerg Heinicke
On 23.06.2004 17:23, Jonathan Linczak wrote: Hi all, New to this list, so go easy on me... :) I'm looking for something like a regular expression transformer. Here's the quick situation: I'm coming from the Lenya mailing list, and I found that one of the editors, Kupu, somehow erroneously adds

Re: Can I queue http requests in Cocoon 2.1.5 standalone?

2004-06-26 Thread Joerg Heinicke
On 23.06.2004 14:30, Thorbjørn Ravn Andersen wrote: I have a situation where I want to use vanilla Cocoon with a few extra classes to render XSL-FO to an untraditional format, which I have working with the Jetty included. What I need to do now, is to limit the number of concurrent requests to

Re: Lets Not Go Big Game Hunting!

2004-06-26 Thread Joerg Heinicke
On 23.06.2004 17:03, [EMAIL PROTECTED] wrote: A very large part of "learning Cocoon is like eating an elephant" (love the metaphore!) is due to documentation. Not long big documents, not books, but little pieces :) A paragraph per block, tops. Most, if not all, stuff outside the Cocoon core relates

Re: get-sitemap-parameter in JSP ?

2004-06-26 Thread Joerg Heinicke
On 22.06.2004 17:43, Philippe Guillard wrote: Is there a way to get a sitemap parameter from a JSP page(JSP block), equivalent of the XSP with xmlns:util="http://apache.org/xsp/util/2.0"; ? I guess not as JSP is to loosely coupled. You probably can only rely on the servlet API objects like reques

Re: SqlTransformer => Excption with Jboss

2004-06-26 Thread Joerg Heinicke
On 21.06.2004 23:45, Oscar Picasso wrote: I've installed cocoon-2.1.5 on a newly installed Jboss-3.2.4. I've tried to use the SqlTransformer example in samples/blocks but I get the following Exception: org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.IllegalStateExcepti

Re: Access to bizdata in Cocoon Forms HTML template

2004-06-26 Thread Joerg Heinicke
On 18.06.2004 20:37, [EMAIL PROTECTED] wrote: Hi all, Is it possible to access bizdata in a Cocoon Forms template? Specifically I have a java object available to me in my FlowScript which ahs a method getHtmlColor() which returns a string suiable for specifying a color in HTML. I would like to

Re: merging to webapps

2004-06-26 Thread Joerg Heinicke
On 18.06.2004 15:17, Jasper Michalczik wrote: Hello, I currently have to webapps running which are exactly the same. I've put them in to different folders in the webapp folder of Tomcat. Now I experienced some severe performance losses when running a third or fourth application which are again only

Re: How to compile XSP yourself (automated builds)?

2004-06-26 Thread Joerg Heinicke
On 17.06.2004 18:10, Marcial Rosales wrote: I have tried to generate a small piece of code that allow me to compile the XSP pages outside Cocoon runtime. I intend to compile all the xsp files during each build so that we can guarantee that everything is fine. Maybe it's better to try the CLI and ge

Re: trouble with request.setCharacterEncoding('UTF-8')

2004-06-26 Thread Joerg Heinicke
On 16.06.2004 13:30, Helmut Ackermann wrote: I have a jsp-page that creates a html-form everything UTF-8 encoded. Now I want to read the request parameter (send with method post) UTF-8 encoded, but it seems that the paramters fetched within the jsp and > some helper java classes will always use the

Re: XSP Error handling with SAX line & column numbers

2004-06-26 Thread Joerg Heinicke
On 15.06.2004 16:00, Nigel Whitaker wrote: My problem is that I cannot get at the line/column number details in saxerror.xslt because the notifier generator at this point has converted everything to CDATA (I added a logging transformer after the notifying generator), so that the SAXParseException i

Re: Tomcat won't expand cocoon.war

2004-06-26 Thread Colin Paul Adams
> "Joerg" == Joerg Heinicke <[EMAIL PROTECTED]> writes: Joerg> On 26.06.2004 06:17, Colin Paul Adams wrote: Building a Joerg> WAR, deploying it in webapps dir and solving the endorsed Joerg> libs problem should be sufficient for every Tomcat version. >> What's this problem then

Re: Tomcat won't expand cocoon.war

2004-06-26 Thread Joerg Heinicke
On 26.06.2004 06:17, Colin Paul Adams wrote: Joerg> Building a WAR, deploying it in webapps Joerg> dir and solving the endorsed libs problem should be Joerg> sufficient for every Tomcat version. What's this problem then. I can't see it mentioned in install.txt. I don't know. I never cam

Mount-table.xml and building the webapp [Was: Jetty versus Tomcat]

2004-06-26 Thread Colin Paul Adams
> "David" == David Crossley <[EMAIL PROTECTED]> writes: David> We are very happy with using Jetty for production. We use David> the full Jetty distribution there. Thank you for that endorsement. I too am now happy (Tomcat complained about the cocoon.war file). David> We just con

Re: Problem with cocoon 2.1.5, tomcat 5.0.9 on Mac OS X 10.3 with Java 1.4.2_03

2004-06-26 Thread Joerg Heinicke
On 26.06.2004 10:47, Ugo Cei wrote: I have downloaded cocoon 2.1.5 and tomcat 5.0.9, ensured I extracted cocoon 2.1.5 using gnutar (so I believe file names have not been mangled in some way), built the cocoon war, placed it in tomcat's webapps folder ... all seems to go well until using a browse

Re: Install Cocoon 2.1.5 in Tomcat 4.1.30?

2004-06-26 Thread Joerg Heinicke
On 24.06.2004 18:03, Menke, John wrote: Does anyone have Cocoon running in Tomcat 4.1.30? The install docs do not cover this version. Can somebody give me a brief overview of the steps? Read my answer to another Tomcat question at http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=10882072771641

Re: Excel Generator

2004-06-26 Thread Antonio Gallardo
Hi Patrick, Thanks for the patch. I made a bugzilla report for your contribution: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29817 Best Regards, Antonio Gallardo Patrick Herber dijo: > Hi, > for a project I needed to create a simple Generator, which takes an Excel > Workbook as input an

Re: Problem with cocoon 2.1.5, tomcat 5.0.9 on Mac OS X 10.3 with Java 1.4.2_03

2004-06-26 Thread Ugo Cei
Il giorno 26/giu/04, alle 00:18, Thomas B Winans ha scritto: If anyone there can assist me as a cocoon newbie, I would appreciate it very much. Since you are a newbie, you'd better follow the advice in INSTALL.txt and use the bundled Jetty container. I have downloaded cocoon 2.1.5 and tomcat 5.0

Using JSPGenerator as template engine for flow?

2004-06-26 Thread Stephan Coboos
Hello, has someone ever used JSPGenerator as underlying template engine instead of JXTemplate? Is it possible to use it with flow? When not, what modifications are to do, to use JSPGenerator with flow? Reason: I need taglibs but the cocoon taglibs not well supported, documented and doesn't work

Re: Jetty versus Tomcat

2004-06-26 Thread David Crossley
Colin Paul Adams wrote: > Is there any reason to have Tomcat installed with Cocoon 2.1.5. Can I > just not use Jetty for both development and live deployment? Are > there any downsides to using Jetty? We are very happy with using Jetty for production. We use the full Jetty distribution there. We

Jetty versus Tomcat

2004-06-26 Thread Colin Paul Adams
Is there any reason to have Tomcat installed with Cocoon 2.1.5. Can I just not use Jetty for both development and live deployment? Are there any downsides to using Jetty? -- Colin Paul Adams Preston Lancashire - To unsubscribe, e