Re: [FEEDBACK NEEDED] Cocoon build-installation wishlist

2002-05-06 Thread thacct
On Monday 29 April 2002 05:26, you wrote: > We are in the process of touching the build system to make it easier for > users to build and deploy Cocoon. Great! > What do you think of them, and what would you like to see in the Cocoon > build-installation? > [X] creation of minimal Cocoon WAR I

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Michael Cortez
>> It does not *execute* XSP page neither *calls* XSP page. >> It merely *reads* XSP page, that's it. Ah, my mistake then, sorry. The interesting thing to note, is that it did not give any errors calling it the way I did -- and when I remove the elements from the file and "read it" the way I

RE: XSP + Dynamic XML generator ??

2002-05-06 Thread Vadim Gritsenko
> From: Chris Wolf [mailto:[EMAIL PROTECTED]] > > Thanks, I'll wait for this "XSPT" to be better documented, It does not exist. But it is possible. Vadim > until then, I'll just write a java-based Transformer... > > -Chris > > Vadim Gritsenko wrote: > > > > > From: Chris Wolf [mailto:[

RE: dynamically generated cinclude-tag not processed

2002-05-06 Thread Vadim Gritsenko
> From: Dirk Reiss [mailto:[EMAIL PROTECTED]] > > Hello, > > we try to generate a - tag dynamically using the following > code: > > It has three parameters: uri (optional), prefix (optional), name. > elementName You specified only one parameter - name. You have got element in the defaul

Re: Form Data to XML Document

2002-05-06 Thread Ivelin Ivanov
Arda, You may want to look at XMLForm in Cocoon2 ScratchPad : http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/scratchpad/webapp/mount/xm lform/ See the README.txt file first. >What is the best way to get the user data from a form, >and to create a new xml document with that form data, >or up

RE: Question about WildcardURIMatcher

2002-05-06 Thread Vadim Gritsenko
Alejandro, What's wrong with: PS Plain text mail is better. Vadim -- Resistance is futile. -Original Message- From: Alejandro Raiczyk [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 10:18 AM To: '[EMAIL PROTECTED]' Subject: Question about WildcardURIMatcher Hi people,

Re: XSP + Dynamic XML generator ??

2002-05-06 Thread Chris Wolf
Thanks, I'll wait for this "XSPT" to be better documented, until then, I'll just write a java-based Transformer... -Chris Vadim Gritsenko wrote: > > > From: Chris Wolf [mailto:[EMAIL PROTECTED]] > > > > Ok, after reading this, and your previous response, I > > can now articulate my prob

RE: Cocoon and cokies

2002-05-06 Thread Vadim Gritsenko
> From: Ruth, Thomas {PDBI~Basel} [mailto:[EMAIL PROTECTED]] > > Thanks Vadim > yes you are right. It this cookie handling of Cocoon I don't know what to do. > Any additional tips? Nothing to add - you have to extend URLSource implementation. It does not have cookie management functionality like

RE: Need to replace xalan

2002-05-06 Thread Vadim Gritsenko
> From: Lai, Harry [mailto:[EMAIL PROTECTED]] > > Hi Torsten, > > This wasn't using Cocoon, but one of my co-workers did a performance > comparison among Xalan2, Saxon (6.5, I believe), and JD (pre-1.2.5, but > don't remember the specific version). If I remember right, Saxon was 2-3 > times as

RE: XSP + Dynamic XML generator ??

2002-05-06 Thread Vadim Gritsenko
> From: Chris Wolf [mailto:[EMAIL PROTECTED]] > > Ok, after reading this, and your previous response, I > can now articulate my problem better. > > It seems the XSP allows you to create reusable sections > of code (logicsheets) and to embed Java, the result > is auto-generated code which is an i

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
> From: Michael Cortez [mailto:[EMAIL PROTECTED]] > > >> Do you know about strip-root attribute? > >> > > Uh, no -- So I can just do > > > > That would be so much better for me. Yes. > >> This is not valid XSP page. It must have one and only one > >> element inside > >> xsp:page elemen

Using the IBM Compiler

2002-05-06 Thread Emre Tezel
Hi Cocoon users, I am trying to setup cocoon on Red Hat 7.2 and Tomcat 3.3.1. Apache and Tomcat are installed and run file but whenever I try to go to the cocoon page I get the atteched error. I am trying to use the IBM JDK 1.3.1. I think the error is related to not finding the right compiler.

Parse Information from PDF files

2002-05-06 Thread Chitharanjan Das
Hello All, Is there any technology(open src or free), that would help me parse a PDF file and extract information ... I have a requirement to do PDF -> XML conversion depending upon some rules... Thanks in advance, Chiths ---

NPE using Saxon

2002-05-06 Thread Carlos
I'm getting the following error when trying to access HTML files: stack-trace extract java.lang.NullPointerException at org.apache.cocoon.www.file_.usr.local.tomcat.webapps.cocoon.writing.sitemap_ xmap.process(/usr/local/tomcat/work/localhost/cocoon/cocoon-files/org/apache /cocoon/www/file_

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Michael Cortez
>> Well... uh, it runs ==> >> http://fclistserver.fullcoll.edu:8080/cocoon/ogl/Item78 >> And here is the one that fails 3-4 out of five times -- but works sometimes -- just keep refreshing... I don't get it... http://fclistserver.fullcoll.edu:8080/cocoon/ogc/Item78.htm For the above page, I'

dynamically generated cinclude-tag not processed

2002-05-06 Thread Dirk Reiss
Hello, we try to generate a - tag dynamically using the following code: elementName uri where the variables used are initialized in the part after calling an java-function the generated output in the webbrowser is if we code this 'statically' in our logicsheet it works fi

RE: Portal request

2002-05-06 Thread Lewis, Andrew J
WE don't have any decent screen shots ytet - we are still in formal design...but I'll get back to you when we do... > -- > From: Matthew Langham[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Thursday, April 25, 2002 4:07 AM > To: [EMAIL PROTECTED]; [E

Question about WildcardURIMatcher

2002-05-06 Thread Alejandro Raiczyk
Title: Question about WildcardURIMatcher Hi people, I've got this situation: When I make a request, for example, of a gif like y/z.gif (where y=y1/y2/../yn, n>=0) from a page p in x/ ({document_root}/x/p.xml, where x=x1/x2/../xn, x>=0) the URI passed to the matcher is x/y/z.gif. The only pa

RE: Cocoon and cokies

2002-05-06 Thread Ruth, Thomas {PDBI~Basel}
Thanks Vadim yes you are right. It this cookie handling of Cocoon I don't know what to do. Any additional tips? Thanks Thomas > From: Luca Morandini [mailto:[EMAIL PROTECTED]] > > Thomas, > > I know this will sound rather naive but... did you look into the cookie > logicsheet ? Unfortunate

RE: xinclude

2002-05-06 Thread Vadim Gritsenko
> From: Margrit John [mailto:[EMAIL PROTECTED]] > > Hi! > I have the two xml files below. In the sitemap I want to generate the xml out > of these two files. My output (default.xml) is the following: > > > http://www.w3.org/2001/XInclude";> > > > > > > > > > > Why doesn't it resolve th

RE: Need to replace xalan

2002-05-06 Thread Lai, Harry
Hi Carlos, Just a quick clarification - the bug was in xsp.xsl not sitemap.xsl (sorry for the previous inaccuracy). Anyway, here's a link to a thread about this (follow-ups linked at bottom of the message). Also, just FYI, Vadim checked in a fix for this to CVS on March 31st. http://www.mail-a

Re: Need to replace xalan

2002-05-06 Thread Carlos
Harry: Can you post the bug and solution? Carlos On 05/06/02 14:19, "Lai, Harry" <[EMAIL PROTECTED]> wrote: > Hi Torsten, > > This wasn't using Cocoon, but one of my co-workers did a performance > comparison among Xalan2, Saxon (6.5, I believe), and JD (pre-1.2.5, but > don't remember the spe

RE: Need to replace xalan

2002-05-06 Thread Artur Bialecki
Are there any configuraion changes I need to make to use Saxon or do I just thow saxon jar in my CP. Thanks, Artur... > -Original Message- > From: Lai, Harry [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 06, 2002 5:19 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Need to replace xalan >

RE: Need to replace xalan

2002-05-06 Thread Lai, Harry
Hi Torsten, This wasn't using Cocoon, but one of my co-workers did a performance comparison among Xalan2, Saxon (6.5, I believe), and JD (pre-1.2.5, but don't remember the specific version). If I remember right, Saxon was 2-3 times as fast as Xalan2, and JD was 2-3 times as fast as Saxon. Sorry

Re: Need to replace xalan

2002-05-06 Thread Torsten Curdt
On Monday 06 May 2002 20:11, Vadim Gritsenko wrote: > Try saxon-6.5.2.jar. Works for me. > > Vadim Just wondering... how is the speed compared to Xalan? -- Torsten - Please check that your question has not already been answered

Re: XSP + Dynamic XML generator ??

2002-05-06 Thread Chris Wolf
I meant to able to use embedded java to create an instance of: org.apache.cocoon.transformation.Transformer Analogous to the way XSP currently works by creating an instance of: org.apache.cocoon.generation.Generator (called XSPGenerator) Now I see this is not supported, but what you have su

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
> From: Michael Cortez [mailto:[EMAIL PROTECTED]] > > >> What do you mean - xsp:page stuck? It should never > >> ever happen after XSP is correctly processed by the > >> serverpages generator. May be you have problem with > >> the XSP? > > Perhaps it's the way I'm using it... > > In my system,

RE: XSP + Dynamic XML generator ??

2002-05-06 Thread Paul Pattison
What do you mean by 'Transformer'? Do you mean that you want to dynamically create the XSLT page? If so, check out: http://localhost:8080/cocoon/sub/all-dynamic Paul -Original Message- From: Chris Wolf [mailto:[EMAIL PROTECTED]] Sent: 06 May 2002 16:32 To: [EMAIL PROTECTED] Subject:

Re: XSP + Dynamic XML generator ??

2002-05-06 Thread Chris Wolf
Harry, This worked out pretty well for me, thanks! (I was hoping to also perform the work of a Transformer in the same XSP, but this is good enough for now...) Thanks for the tip... -Chris "Lai, Harry" wrote: > > Hi Chris, > > Instead of just using xsp:expr, you need to also use th

Re: XSP + Dynamic XML generator ??

2002-05-06 Thread Chris Wolf
Ok, after reading this, and your previous response, I can now articulate my problem better. It seems the XSP allows you to create reusable sections of code (logicsheets) and to embed Java, the result is auto-generated code which is an instance of Generator. I was hoping that XSP could also be

RE: Need to replace xalan

2002-05-06 Thread Vadim Gritsenko
Try saxon-6.5.2.jar. Works for me. Vadim -- Resistance is futile. > From: Artur Bialecki [mailto:[EMAIL PROTECTED]] > > > Ok, xalan 2.3.1 and xalan head is horribly broken and from > the number of bugs I doubt will see a working vision this year. > > What other XSLT processor can I use that

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Michael Cortez
>> Do you know about strip-root attribute? >> Uh, no -- So I can just do That would be so much better for me. >> This is not valid XSP page. It must have one and only one >> element inside >> xsp:page element. >> Well... uh, it runs ==> http://fclistserver.fullcoll.edu:8080/cocoon/o

RE: Cocoon and DocBook?

2002-05-06 Thread Omar Alos
--- Michael Cortez <[EMAIL PROTECTED]> escribió: > > > What I've got that >IS< working is to use Saxon > 6.5.1 > Thank you Michael, it works now. I'll look to your Internationalization problems tomorrow. I have to "internationalize" too. Omar ___

Re: have serialized xml use doctype?

2002-05-06 Thread J.Pietschmann
Zack Angelo wrote: > This is the doctype that I'm trying to reproduce in my serialized > content. I've tried different combinations of system and public doctypes > in the xsl:output tag and I can't seem to figure it out. Perhaps you can > suggest the correct syntax? > > 'http://voicexml.nuance.

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
> From: Michael Cortez [mailto:[EMAIL PROTECTED]] > > >> What do you mean - xsp:page stuck? It should never > >> ever happen after XSP is correctly processed by the > >> serverpages generator. May be you have problem with > >> the XSP? > > Perhaps it's the way I'm using it... > > In my system,

RE: have serialized xml use doctype?

2002-05-06 Thread Zack Angelo
This is the doctype that I'm trying to reproduce in my serialized content. I've tried different combinations of system and public doctypes in the xsl:output tag and I can't seem to figure it out. Perhaps you can suggest the correct syntax? http://voicexml.nuance.com/dtd/nuancevoicexml-1-2.dtd'>

RE: XSP + Dynamic XML generator ??

2002-05-06 Thread Vadim Gritsenko
> From: Chris Wolf [mailto:[EMAIL PROTECTED]] > > I looked over most of the examples, including this one, > before posting. It's not really what I want to do, that > just seems to be using another pipline as an imput source, But it sounds like what you need: Generate XML -> Use it as XSP sourc

Re: have serialized xml use doctype?

2002-05-06 Thread J.Pietschmann
Zack Angelo wrote: > Thanks for the link. Xalan/C2 doesn't seem to like doctype-public="..."> too much. However, the page you posted let me to > another solution that works as well: > > >

Re: CocoBlog 0.0.1 Released!

2002-05-06 Thread bob phillips
I get the same jar listing from the blog.war I also see the address: mailto:@mail.username@@easystreet.com on the mail me link when I click on it, mozilla 9.9+ brings up "\"\""@mail.username@@easystreet.com in the mail form At 07:10 PM 5/6/2002 +0200, you wrote: >bob phillips wrote: > >>

RE: Cocoon and DocBook?

2002-05-06 Thread Michael Cortez
>> I am using Norman Walsh's DocBook too: >> rdf + (xsp + taglib + doocbook)--> xsl-fo --> * >> amd I have the same problems: it only works with >> simple but no for complex docbook documents >> How do you change Xalan to Saxon? >> I try to delete xalan-2.3.1.jar and put saxon jars in >> WEB-INF

Re: XSP + Dynamic XML generator ??

2002-05-06 Thread Chris Wolf
This is certainly one solution that might work for me, I'll give it a try. Is the "util" logicsheet documented anywhere? Thanks, -Chris "Lai, Harry" wrote: > > Hi Chris, > > Instead of just using xsp:expr, you need to also use the util logicsheet > (comes with Cocoon 2). If you ha

Re: XSP + Dynamic XML generator ??

2002-05-06 Thread Chris Wolf
I looked over most of the examples, including this one, before posting. It's not really what I want to do, that just seems to be using another pipline as an imput source, effectively establishing alias URI's. I was hoping to use embedded java to perform what would otherwise be done with XSLT.

xinclude

2002-05-06 Thread Margrit John
Hi! I have the two xml files below. In the sitemap I want to generate the xml out of these two files. My output (default.xml) is the following: http://www.w3.org/2001/XInclude";> Why doesn't it resolve the include? page.xml: http://www.w3.org/2001/XInclude";>

Stored Procedures in Descriptors?

2002-05-06 Thread Jacob Arnold
I've been adapting the protected login example from the Cocoon docs for my own Web application, but my company encrypts users' passwords in its Oracle database. Is it possible to call a stored procedure (to check the password) from a descriptor? I haven't been able to figure out the syntax for doi

Re: XSP + Dynamic XML generator ??

2002-05-06 Thread Chris Wolf
Yes but I really wanted: genXML --> Java (via XSP) --> XSLT --> Serialize I'm thinking from a background in JSP where logic can be written in Java either directly or via custom tags. I'm starting to think the only choice in the C2 framework is just XSLT. Dean McGowan wrote: > > Can you use

Re: XSP + Dynamic XML generator ??

2002-05-06 Thread Chris Wolf
What I wanted to do is use Java to perform what would otherwise have to be done in XSLT. I did some performance tests which indicate that for certain operations, such as changing the overall structure of an XML document, using XSLT exhibits a quadratic rise in time for increasing number of inpu

Need to replace xalan

2002-05-06 Thread Artur Bialecki
Ok, xalan 2.3.1 and xalan head is horribly broken and from the number of bugs I doubt will see a working vision this year. What other XSLT processor can I use that's JAXP compliant, has node-set extensions and is easily integrated with Cocoon2. Thanks, Artur... ---

RE: Cocoon and DocBook?

2002-05-06 Thread Omar Alos
sorry, I write a bad pipeline. The correct is:

RE: Cocoon and DocBook?

2002-05-06 Thread Omar Alos
I am using Norman Walsh's DocBook too: rdf + (xsp + taglib + doocbook)--> xsl-fo --> * amd I have the same problems: it only works with simple but no for complex docbook documents How do you change Xalan to Saxon? I try to delete xalan-2.3.1.jar and put saxon jars in WEB-INF\lib but it doesn't w

Re: CocoBlog 0.0.1 Released!

2002-05-06 Thread Ugo Cei
bob phillips wrote: > Congratulations!!! Thank you. > the built with apache icon, the index.rss icon, the xmlcoffeemug icon, > and the index92 icon > did not make it with the war... I go looking for them > > the xindice Icon is a very colorful hash of pixel blocks This is strange. I run "ant

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Michael Cortez
>> What do you mean - xsp:page stuck? It should never >> ever happen after XSP is correctly processed by the >> serverpages generator. May be you have problem with >> the XSP? Perhaps it's the way I'm using it... In my system, I'm building up a number of DocBook pages from XML fragments pul

Re: CocoBlog 0.0.1 Released!

2002-05-06 Thread bob phillips
Congratulations!!! the war installs using 2.1-dev, tomcat 4.0b2, jdk-1.4 this is running on a win2k system behind my firewall. the built with apache icon, the index.rss icon, the xmlcoffeemug icon, and the index92 icon did not make it with the war... I go looking for them the xindice Icon is

Form Data to XML Document

2002-05-06 Thread Arda Balci
What is the best way to get the user data from a form, and to create a new xml document with that form data, or update an existing xml document ? __ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com --

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
> From: Michael Cortez [mailto:[EMAIL PROTECTED]] > > >> Don't think so. You have document() function somewhere, > >> and for some reason, Cocoon failed to resolve the document: > > What I can't figure out is why the page renders at all! When I start up > Cocoon, my first request to the page wo

AW: Cocoon sunSpot vs. Jetspeed / User Management and Authentication

2002-05-06 Thread Hochsteger Andreas /INFO-MA
Thanks! You do a really good job in supporting this list and your information was very helpful for me. > -Ursprüngliche Nachricht- > Von: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 06. Mai 2002 17:13 > An: [EMAIL PROTECTED] > Betreff: RE: Cocoon sunSpot vs. Jetspeed /

Re: CocoBlog 0.0.1 Released!

2002-05-06 Thread Ugo Cei
Eduardo Godoy wrote: > Sorry, but what is cocoblog for ? Coco[on-based ]Blog of course ;). Ok, ok, it's not the best name on earth, but I couldn't find a better one. DO you have any suggestions? Ugo -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari del Sangu

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Michael Cortez
>> Don't think so. You have document() function somewhere, >> and for some reason, Cocoon failed to resolve the document: What I can't figure out is why the page renders at all! When I start up Cocoon, my first request to the page works. Then the next 1-3 requests return the null pointer excep

Re: CocoBlog 0.0.1 Released!

2002-05-06 Thread Eduardo Godoy
Sorry, but what is cocoblog for ? Eduardo. - Original Message - From: "Ugo Cei" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, May 06, 2002 11:04 AM Subject: CocoBlog 0.0.1 Released! > Announcing the first public release of CocoBlog. > --

RE: How do I use tag libraries in XSP pages?

2002-05-06 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hi > > I have a JSP page from an old prototype application which used struts on > Weblogic 5.1 > > Is it possible to use an XSP page instead, and include the tag libraries > inside the XSP page? What tag libraries? XSP tag libraries? Or

RE: Cocoon sunSpot vs. Jetspeed / User Management and Authentication

2002-05-06 Thread Carsten Ziegeler
> -Original Message- > From: Hochsteger Andreas /INFO-MA [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 06, 2002 4:43 PM > To: '[EMAIL PROTECTED]' > Subject: AW: Cocoon sunSpot vs. Jetspeed / User Management and > Authentication > > > Hi! > > Thank you for your fast response! > Nice to hea

CocoBlog 0.0.1 Released!

2002-05-06 Thread Ugo Cei
Announcing the first public release of CocoBlog. CocoBlog is the code on which my blog (http://www.beblogging.com/blog/) runs and is based on Apache Cocoon and Apache Xindice. If you have some knowledge of XML and Java and are brave enough, you c

RE: XSP + Dynamic XML generator ??

2002-05-06 Thread Lai, Harry
Hi Chris, Instead of just using xsp:expr, you need to also use the util logicsheet (comes with Cocoon 2). If you have that logicsheet declared in the "util" namespace, for example, you can do the following in your XSP: ... MyXmlSource xmlSource = new MyXmlSource(); ...

AW: Cocoon sunSpot vs. Jetspeed / User Management and Authentication

2002-05-06 Thread Hochsteger Andreas /INFO-MA
Hi! Thank you for your fast response! Nice to hear, that sunRaise is already mature enough to be used in production environments. My question regarding portlets wasn't only related to jetspeed. There exists Java JSR 168 Portlet Specification (http://jcp.org/jsr/detail/168.jsp) which deals with t

RE: How to put user data into SunspotDemoPortal-session at logon time

2002-05-06 Thread Carsten Ziegeler
The authentication framework uses a so called authentication resource to authenticate the user. If this authentication is successful, the authentication resources delivers some XML for the user. This XML can contain any information about this user in XML you want. For the demo portal, the file "su

Re: JSP Generator

2002-05-06 Thread Chris Foo
Hi, Has anyone had difficulties with the JSP Generator and applications (i.e sub-sitemap) _not_ being located in the directory <$TOMCAT_HOME%webapps\cocoon\>? I receive the error message, "The root element is required in a well-formed document." In the main sitemap, I have mounted a sub-sitemap:

RE: dispatch to new window in web browser possible?

2002-05-06 Thread Vadim Gritsenko
> From: Bert Van Kets [mailto:[EMAIL PROTECTED]] > > There is NO WAY you can open a new window from the server side. Thanks GOD it is so!!! Otherwise web would be nightmare... > Client side JavaScript (or VBscript in IE for the picky ones) is the only > way to do this. There are different app

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
> From: Michael Cortez [mailto:[EMAIL PROTECTED]] > > Now that I've solved my DocBook rendering problem, I'm getting a new > problem. > > Approximately every other request fails with a null pointer exception. > Attached below is the full stack trace. > > I noticed, combing through it that it wa

RE: Can't connect to MySQL with Cocoon 2

2002-05-06 Thread Vadim Gritsenko
> From: Daniel Vogelheim [mailto:[EMAIL PROTECTED]] > > Hello, > > >You can install *headless X* (Xvfb) which is BTW faster than X. > > Yes, I had already discovered this in the FAQ, but had hoped to get > away without. I'll first try the configuration that Conrad F. D'Cruz > sent (btw, thanks

RE: Cocoon 2, Batik, URL encoding, bug? (long-ish, sorry)

2002-05-06 Thread Vadim Gritsenko
> From: Daniel Vogelheim [mailto:[EMAIL PROTECTED]] > > Hello, > > I have a problem with non-English letters in URLs. I suspect it's a > bug, but I'm not sure where exactly the problem is. So I think it's > best to give a description of what I'm doing: > > I want to automatically create text bu

How do I use tag libraries in XSP pages?

2002-05-06 Thread Chris . Clark
Hi I have a JSP page from an old prototype application which used struts on Weblogic 5.1 Is it possible to use an XSP page instead, and include the tag libraries inside the XSP page? How do you use external tag libraries in XSP pages? TIA, Chris. --

keep url

2002-05-06 Thread Hiloliddin Karimov
Hi all, I have Login page and action pages ( for example add-action, update-action, delete-action, ... ). And all action pages need authorization. So, I want that when not authorized client go to the action page ( add-action.html ), to keep the url ( add-action.html ) and redirect to the Login pa

RE: Cocoon 2.0.2 JDK1.4 Tomcat 4.0.4b1 JDBC Connection PoolingDoesn't Work (for me) - any ideas

2002-05-06 Thread Christopher Watson
Dear Spinnerettes, Every so often I get a reply to my (much earlier) list message about this subject. Later follows my reply to the latest one, which someone may want to correct or complement ... but it has prompted me to ask again .. I want to get JDK1.4 and connection pooling working. 1)

Re: xsp logicsheet

2002-05-06 Thread KOZLOV Roman
Hi, Did you try to use apostrophs inside quotes? Something like this: String temp = ""; Best regards. Roman Bert Van Kets wrote: > At 10:38 30/04/2002 -0300, you wrote: > > >I guess it's > > > > String temp = ""; > > > >or > > > > String temp = new String(""); > > > >Alejandr

RE: How to use an aggregator /looking for documentation

2002-05-06 Thread Luca Morandini
Kurt, look no further than the Cocoon sitemap itself. Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html --

Livesites

2002-05-06 Thread Rune Sandnes
Another live site you can add to the Cocoon 2 livesites list: TINE, the largest Norwegian dairy company is at http://www.tine.no/ The site is mostly in Norwegian, but has an international section. (TINE is the company that makes Jarlsberg cheese) It runs on Cocoon 2.0.2 under Websphere, and wi

How to use an aggregator /looking for documentation

2002-05-06 Thread Hahn Kurt (CHA)
Could anyone point to the documentation about how to use aggregators? Are there built-in examples in Cocoon? Kurt - Please check that your question has not already been answered in the FAQ before posting.

Re: Session in XSP

2002-05-06 Thread yuryx
yuryx wrote: > Hello all! > > May be anyone to answer me for the next question: > Why org.apache.cocoon.environment.Session not available in XSP? > Why cocoon-dev shouldn't built-in it into XSP as > org.apache.cocoon.environment.Request parameter (for example)? > > Thanx. > Yury. > > > > ---

Session in XSP

2002-05-06 Thread yuryx
Hello all! May be anyone to answer me for the next question: Why org.apache.cocoon.environment.Session not available in XSP? Why cocoon-dev shouldn't built-in it into XSP as org.apache.cocoon.environment.Request parameter (for example)? Thanx. Yury. --

RE: have serialized xml use doctype?

2002-05-06 Thread Matthieu Benéteau
This is a very good idea. I had the same need, and you have solved my problem. Thanks !! Matthieu PS : here is a Xalan/C2 bug which may be related to this problem : http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1121 > > Thanks for the link. Xalan/C2 doesn't seem to like doctype-public=".

Re: ESQL Update problem

2002-05-06 Thread Christian Haul
On 06.May.2002 -- 09:35 AM, Sharat Koya wrote: > Sorry but could you give me the full bit of code from > esql:execute-query, I can't get my head around it and I couldn't find > much documentation on how to use it. > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > Sent: Sunday, 05 May 2002 17

RE: Cocoon sunSpot vs. Jetspeed / User Management and Authentication

2002-05-06 Thread Carsten Ziegeler
> -Original Message- > From: Hochsteger Andreas /INFO-MA [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 06, 2002 10:44 AM > To: '[EMAIL PROTECTED]' > Subject: Cocoon sunSpot vs. Jetspeed / User Management and > Authentication > > > Hi! > > I just read parts of the sunSpot documentation and

RE: Internationalization without i18n

2002-05-06 Thread Cenk Uysal
Can you please explain this example much more detailed? __ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com - Please check that your questio

RE: Cocoon Portal - Tabbed layout and Radio integration

2002-05-06 Thread Bert Van Kets
I've done some quit extensive programming using Layers with JavaScript. It is perfectly possible to create this and the user would indeed perceive it as being faster. The problem is that the server does not know what is going on (as Carsten already pointed out) and that using client side Jav

Cocoon sunSpot vs. Jetspeed / User Management and Authentication

2002-05-06 Thread Hochsteger Andreas /INFO-MA
Hi! I just read parts of the sunSpot documentation and got a dejavu feeling, while reading about sunlets and things like that. It seems that Jetspeed has a similar functionality (as far as I understand it) but Jetspeed is never mentioned in the docs. Here are my questions: * Is sunSpot something

RE: User authentication and roles

2002-05-06 Thread Carsten Ziegeler
Hi Bert, > -Original Message- > From: Bert Van Kets [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 03, 2002 10:39 PM > To: [EMAIL PROTECTED] > Subject: User authentication and roles > > > I need to use teh roles in the user authentication and have been tying to > get *something* going all

RE: ESQL Update problem

2002-05-06 Thread Sharat Koya
Sorry but could you give me the full bit of code from esql:execute-query, I can't get my head around it and I couldn't find much documentation on how to use it. -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Sunday, 05 May 2002 17:01 To: [EMAIL PROTECTED] Subjec

Re: Cocoon and DocBook?

2002-05-06 Thread Erik Stunkat
Hi Michael did you set the properties for the docbook catalog in CatalogManager.properties ? #catalogs=/path/to/local/catalog catalogs=N:\Documentation\Internal\docs\tools\docbookx412\docbook.cat It works for me with the 1-48 stylesheets. What might be difficult to get more then one html page,

RE: User authentication and roles

2002-05-06 Thread Carsten Ziegeler
> -Original Message- > From: Bert Van Kets [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 03, 2002 10:39 PM > To: [EMAIL PROTECTED] > Subject: User authentication and roles > > > I need to use teh roles in the user authentication and have been tying to > get *something* going all day, wi

RE: Cocoon Portal - Tabbed layout and Radio integration

2002-05-06 Thread Carsten Ziegeler
> -Original Message- > From: Michael Homeijer [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 06, 2002 8:49 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Cocoon Portal - Tabbed layout and Radio integration > > > IMHO the problem with most portal layout's is that if you have multiple > "portl

Re: dispatch to new window in web browser possible?

2002-05-06 Thread Bert Van Kets
There is NO WAY you can open a new window from the server side. Client side JavaScript (or VBscript in IE for the picky ones) is the only way to do this. There are different approaches to your problem, but they all involve some client side coding. Bert At 19:09 4/05/2002 +0200, you wrote: >T

Re: Modular Database Actions - Multiple Inserts

2002-05-06 Thread Christian Haul
On 06.May.2002 -- 08:44 AM, Malte Vahlenkamp wrote: > Hello, > > I have some problems with the modular database actions. I am trying > to insert multiple rows from a form with several text boxes named > ProjectParam1, ProjctParam2, ... The insert itself is runs, but all I > get in this columns is

Re: A SOAP Transformer?

2002-05-06 Thread Andreas Kuehne
Dear Steven, > Does it make sense that a "SOAP Transformer" > could be added to the Cocoon arsenal? > > An incoming XML doc would contain the URL of > the web service to be accessed, perhaps > also necessary authentication information, > and the SOAP body. The SOAP Transformer >

Re: A SOAP Transformer?

2002-05-06 Thread reinhard_poetz
Steve, I would be very interested in a "SOAP Transformer". I think it would be a very useful component - but at the moment I'm not sure too if there are some hidden issues. I think we should work together! Reinhard > Dear Cocoon Users: > > Does it make sense that a "SOAP Transformer" >