Problem with my XSP page interact with WML

2002-01-09 Thread Stanley Ho
I have a problem to get the "request-parameter postfield" in my WML code for my XSP page. I use cocoon 1.8.2. But i can able to get the parameter in my stylesheet as a WHY? I test under HTML, it's OK. I hope u can help me.. This is the code: http://www.wapforum.org/DTD/wml_1.1.xml";>

Re: Cocoon + FOP

2002-01-09 Thread TJ Smith
Thanks very much - both suggestions work!  A couple of questions tho; where is Matthias' suggestion documented?  I've perused the Microsoft tech notes, etc. and didn't find the 'a=b.pdf' workaround.  Just curious :-)   Thanx again TJ - Original Message - From: Sidharth To:

RE: Use request parameter selection in pipeline

2002-01-09 Thread RAJU RAO
Hi Aleksey, If I were to do what you suggest. How would the pipeline know which request parameter it is accessing, since in my different pipelines I may have different parameter names to select? Raju

Re: Help me....

2002-01-09 Thread Sidharth
There is one sitemap in cocon main folder. Open it and search for pipelines. Create a new folder in cocoon and register it in sitemap. Then only u will be able to see the things - Original Message - From: "Malathi Rao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 09

Re: Unable to build Cocoon.war file...

2002-01-09 Thread Carlos
Try removing the .\ before buid.bat, I don't think you need it on Windows Carlos On 01/08/02 19:30, "Malathi Rao" <[EMAIL PROTECTED]> wrote: > Hi, > I have downloaded Cocoon 2.0 and want to use it with Tomcat servlet > engine.I came to know that we have to build the Cocoon.war file from the > i

Re: j2sdkee 1.3 + cocoon 2.0

2002-01-09 Thread Bertrand Rougier
What I have done : uncompress the cocoon 2.0 src distribution ./build.sh -Dinclude.webapp.libs=yes webapp * Apache Cocoon 2 Build System Buildfile: build.xml init: --- Apache Cocoon 2.0 [1999-2001] --

j2sdkee 1.3 + cocoon 2.0

2002-01-09 Thread Bertrand Rougier
Hi, I've checked the file permissions but I still get the same error : (...) "Root cause java.security.AccessControlException: access denied (java.lang.RuntimePermission createSecurityManager) " (...) Thanks, Bertrand -- Linux Mandrake 8.2 Cooker, Duron 800, 256 Mo de RAM jdk1.3.1_02 j2ee

RE: Use request parameter selection in pipeline

2002-01-09 Thread Maksimov, Aleksey
> Hi Cocoon-users, > I have been wanting to use different xsl's based on the value in a get > parameter of a uri. > For e.g. test.xsp?xsl=first > My pipeline is as follows: > > > This won't work. When I tried to do that think it will not recognize "xsl" as a parameter. Instead I des

RE: Understanding cocoon ......

2002-01-09 Thread Lewis, Andrew J
I've looked at this as well and have a project (sorry, can't give the source to this one) that does this kind of aggregation. The approach I took was to do that recursive, granular compostion you are referring to within the generator. I basically reached the conclusion that the process needed f

RE: Understanding cocoon ......

2002-01-09 Thread Vadim Gritsenko
> From: Christoph Henrici [mailto:[EMAIL PROTECTED]] > > I have been studying, testing and playing around with cocoon in the > last few days as a newcomer : i am greatly impressed with what ease with > cocoon "pipelines" arbrary data sources can be "chained" to a result > target: a very powerfu

RE: Understanding cocoon ......

2002-01-09 Thread Luca Morandini
Christoph, Just my 1.2c (after tax)... > a. Is it possible to "compose" pipelines and having the composed > pipeline beeing processing bottom-up and the whole beeing rendered for > example as html: A compostion of tables within table, frames within > frame etc., where the content of the "elemen

RE: Help me....

2002-01-09 Thread Luca Morandini
Malathi, did you mount your sub-sitmap in the cocoon sitemap.xmap file ? You can search the samples or this mailing list for examples of sitemp mounting. Best regards, - Luca Morandini GIS Consultant [EMAIL

RE: Help me....

2002-01-09 Thread Ivan Rubin Ayma
Check out the site map, sitemap.xmap, and the documentation for it. You have to specify there the structure for your application. An improvment (!) on cocoon 2. A headache, but an improvment, I assure you. Centralization. -Mensaje original- De: Malathi Rao [mailto:[EMAIL PROTECTED]] Env

Help me....

2002-01-09 Thread Malathi Rao
Hi , I have installed Cocoon 2.0 on Tomcat 4.0 i.e Catalina. I am able to get the required page when I give: http://localhost:8080/cocoon/ But one thing I could not understand is, Where to put the applications that we have developed i.e I have a set of XML ,XSL's . In which folder sho

How to use RequestDispatcher?

2002-01-09 Thread Andreas Hartmann
Hi,   I want to process the output of a servlet through Cocoon. Because I have to pass parameters with POST, I try to use RequestDispatcher.include(request, response):       {    RequestDispatcher dispatcher = request.getRequestDispatcher("/myservletdir/myservlet");    dispatcher.include(re

Unable to build Cocoon.war file...

2002-01-09 Thread Malathi Rao
Hi, I have downloaded Cocoon 2.0 and want to use it with Tomcat servlet engine.I came to know that we have to build the Cocoon.war file from the install document. I am using JDK 1.3. I am unable to build the cocoon.war file as when I type D:\Coccon\cocoon2.0> .\build.bat -Dinclude.webapp.lib

Understanding cocoon ......

2002-01-09 Thread Christoph Henrici
I have been studying, testing and playing around with cocoon in the last few days as a newcomer : i am greatly impressed with what ease with cocoon "pipelines" arbrary data sources can be "chained" to a result target: a very powerful paradigm (pipe) applied in a powerful context (http) by us

cocoon.log when running multiple instances of tomcat/cocoon apps

2002-01-09 Thread Michael Melhem
Hello all, When running multiple instances of our tomcat/cocoon app on the same machine, we come across the problem of not being able to specify seperate cocoon.log files for each running instance. Is there a simple way to specify a seperate cocoon.log for each instance (tomcat worker) that is

RE: What are content management and middleware?

2002-01-09 Thread Lewis, Andrew J
just my two cents - I realize it can make things harder to develop in this case - but I've been down this road a number of times - if you make it web based, I think you'll find much broader acceptance. A Java app probably would be more efficient, but if you look at the target users for content

Re: What are content management and middleware?

2002-01-09 Thread Robert Koberg
Hi, You want to create your own EditorKit or extend the HTMLEditorKit. I had alot of problems getting the editor kit to do what I wanted. I gave up and am letting the browser lay it out. As for browser based tools, here is something I just posted to w3cHTML and cocoon-dev: Consider the demo pre

RE: What are content management and middleware?

2002-01-09 Thread Chris Perrin
I think Java app is the way to go. Most of this app, in my humble estimation :) is going to be processing and not GUI. How do we get started? Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 3:58 AM To: [EMAIL PROTECTED] Subj

Re: Sitemap problem with latest cvs version ?

2002-01-09 Thread Thomas Sempf
Hi, i have the same problem. Downloaded a new CVS version with -A, deleted the work directory, but still the same problem and error message. Any help would be great... Greetings Thomas Sempf >> From: Yann Secq [mailto:[EMAIL PROTECTED]] >> >> Vadim Gritsenko wrote: >> "-r" flag is stic

RE: Count XSL Processing Time

2002-01-09 Thread Vadim Gritsenko
> From: Nick Fingerhut [New Identity AG] [mailto:[EMAIL PROTECTED]] > > Hi Folks, > > does anyone know how to count the xslt processing time? > Cocoon 2 CVS version have a profiler which can give you an idea where the time is spent. Look into cocoon.xconf for profiler configuration: you have t

RE: Sitemap problem with latest cvs version ?

2002-01-09 Thread Vadim Gritsenko
> From: Yann Secq [mailto:[EMAIL PROTECTED]] > > Vadim Gritsenko wrote: > > >>"-r" flag is sticky: once used, it is remembered. You need to do > >>fresh checkout as Gianugo suggested, or do "-A" which clears this flag, > >>or "-r HEAD". > > Thanks ! It's the first time I use CVS and i had

RE: Virtual-domain-directorys in Cocoon2

2002-01-09 Thread Vadim Gritsenko
> From: Kreyñel, Conny [mailto:[EMAIL PROTECTED]] > > Hi, > > I have installed a Apache- and a Tomcat 4-Server and now I have configured > the Apache that for all domains the /go subdirectory forward to the > cocoon-app via mod_webapp. > > And now my problem. I could use a subdirectory for ever

Re: Does cocoon2 support xslt translation through tag inside xml?

2002-01-09 Thread Carlos Araya
Gasper: That could be done through the sitemap by matching. I don't know if you can do use processing instructions that way in 2.0 or even in 1.8 Carlos On 01/09/02 4:51, "Gasper" <[EMAIL PROTECTED]> wrote: > Hi > > The question is: > Can I have an xml document written as jsp or xsp that ha

RE: Does cocoon2 support xslt translation through tag inside xml?

2002-01-09 Thread Vadim Gritsenko
> From: Gasper [mailto:[EMAIL PROTECTED]] > > Hi > > The question is: > Can I have an xml document written as jsp or xsp that has different xslt > translations denpended on the http parameters the page gets. Can cocoon be > cofigured to do this and how to do it. > Please, read more on sitemap

Count XSL Processing Time

2002-01-09 Thread Nick Fingerhut [New Identity AG]
Hi Folks, does anyone know how to count the xslt processing time? regards, Nick Fingerhut - Please check that your question has not already been answered in the FAQ before posting. To

sitemap error, after installing cvs version

2002-01-09 Thread Thomas Sempf
Greetings, i´ve recently downloaded and installed the cvs version of cocoon2. But now i get after starting tomcat the following error: type fatal message The sitemap handler's sitemap is not available. Please check logs for the exact error. description org.apache.cocoon.ProcessingException: The

RE: Virtual-domain-directorys in Cocoon2

2002-01-09 Thread Luca Morandini
Conny, you may use Apache mod-rewrite for hiding "/cocoon" (though it will show in the browser after redirection). There is an entry about this in the Cocoon FAQ. Another possibility is deploying Cocoon as a root Tomcat context... though I don't know whether this is still possible in Tomcat 4.0.

Virtual-domain-directorys in Cocoon2

2002-01-09 Thread "Kreyßel, Conny"
Hi, I have installed a Apache- and a Tomcat 4-Server and now I have configured the Apache that for all domains the /go subdirectory forward to the cocoon-app via mod_webapp. And now my problem. I could use a subdirectory for every domain like this: /cocoon/domain1 /cocoon/domain2 /cocoon/domain

RE: Subsitemap problem

2002-01-09 Thread Luca Morandini
Bartomeu, you should use src="file:///d:/dades/webuib/serveis/sci/". By the way, there in a FAQ entry about it. Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lm

Sitemap problem with latest cvs version ?

2002-01-09 Thread Yann Secq
Vadim Gritsenko wrote: >>"-r" flag is sticky: once used, it is remembered. You need to do >>fresh checkout as Gianugo suggested, or do "-A" which clears this flag, >>or "-r HEAD". Thanks ! It's the first time I use CVS and i had some problems to get the latest version. Now it is ok, I fina

Re: [c1] Using Markup Symbols from a Database Field?

2002-01-09 Thread Roger I Martin PhD
Ah, just found another subject that deals with the fName. Look in your cocoon-users for subject for "How best to incorporate xml from a string into XSP" Christopher Watson posted the following on December 11: Marvellous. I hoped it would be that easy! -Original Message- From: David Ros

Subsitemap problem

2002-01-09 Thread Bartomeu Adrover
Hello I have intalled a Cocoon 2 with Tomcat 4 in a Windows NT server. I create a subsitemap outside of the cocoon directory. I include the sitemap with this code in the main sitemap: And when I try to acces an url in the sitemap the cocoon returns me file not

Re: [c1] Using Markup Symbols from a Database Field?

2002-01-09 Thread Roger I Martin PhD
But won't fName replace the markup again to <, etc.? Regards, Roger - Original Message - From: "Luca Morandini" <[EMAIL PROTECTED]> To: "Cocoon-users" <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 5:27 AM Subject: RE: [c1] Using Markup Symbols from a Database Field? > Derek, > >

RE: Does cocoon2 support xslt translation t

2002-01-09 Thread conrad . crampton
You could investigate the use of the "mode=" attribute of xsl:apply-templates which allows the use of different templates within the xsl for the same element type Conrad -- From: cocoon-users[SMTP:[EMAIL PROTECTED]] Sent: 09 January 2002 13:00 To: <[EMAIL PROTECTED]> Subject:

Does cocoon2 support xslt translation through tag inside xml?

2002-01-09 Thread Gasper
Hi The question is: Can I have an xml document written as jsp or xsp that has different xslt translations denpended on the http parameters the page gets. Can cocoon be cofigured to do this and how to do it. Thanks. Gasper an example: <% String s=request.getParameter("action"); if (s.equ

Use request parameter selection in pipeline

2002-01-09 Thread RAJU RAO
Hi Cocoon-users, I have been wanting to use different xsl's based on the value in a get parameter of a uri. For e.g. test.xsp?xsl=first My pipeline is as follows: I find the xsl that the transformer picks up is always default.xsl. I have speci

Re: What are content management and middleware?

2002-01-09 Thread Colm O'Riordan
http://www.intranetjournal.com/articles/24/im_04_18_00a.html This is an article on content management. Someone already had a cocoon CM system in Beta - I remember it being posted on this list not so long ago - it was called Cimande and used to be listed at : http://blueoxygen.linuxindonesia.c

RE: What are content management and middleware?

2002-01-09 Thread aaldridg
Sounds good to me - free and cross platform has to be the way to go. Could be a Java Application as opposed to a web browser based app though. Probably more efficient. I'd be happy to get involved. Regards, Anthony Aldridge Lead Application developer Managed Intranet Hosting CSC JPMorganChase

Re: Install Cocoon 2 on JRun 3.x

2002-01-09 Thread Torsten Curdt
Ehm... Sidney, did you read correctly? Samer had no problem but wanted provide an installation instruction for JRun. Regards -- Torsten On Wed, 9 Jan 2002, Hsueh-Hsiang Lu wrote: > Try the instructions at http://xml.apache.org/cocoon/faq.html#faq-24: > "How can I run Cocoon without X11. Why is

Re: Cocoon + FOP

2002-01-09 Thread Sidharth
Well I encounetred the same problem for which I downloade the .20 version and succesfully completed the pdf conversions. If u want to open in a browser, then there is a servlet FOPServlet.java just forward the request from a jsp to that servlet and try. - Original Message - Fro

RE: Cocoon + FOP

2002-01-09 Thread Matthias Fischer
Have you tried to add in your browser command line the following?   http://[path][filename].pdf?a=b.pdf  Sometimes IE is a bit slow to understand that a pdf is a pdf... Matthias  -Original Message-From: TJ Smith [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 08, 2002 7:06 P