problem with user authentification handler

2002-12-29 Thread Juraj misovych
i try to make site in this design: main sitemap and two subsitemap i have mounted this two sites in main sitemap. sitemap1 --- . map:actions map:action name=sunRise-auth src=org.apache.cocoon.sunshine.sunrise.acting.AuthAction

Re: [ANNOUNCE] CVSView, a server-side CVS repository generator.

2002-12-29 Thread Nicola Ken Barozzi
Matthieu Sozeau wrote: Hi! I've been working on this lately and finally got it reach a distributable state and invite (urge!) you to try it. CVSView has the same basic functionnalities as the ViewCVS CGI, is generic (i.e. it just generates metadata about the repository's contents) and

class reloading?

2002-12-29 Thread Nils Leßmann
Hi! I dont know wether its good style but im currently using a lot of helper classes in my logicsheets, simply because i need an ide and hating writing my java-code directly into the xsp. Id be interested how you folks do it, by the way. Thing is, I have to restart tomcat everytime I

[Cocoon2.0.2 and 2.0.4] ESQL bug, or XSLT transformer gone crazy?!

2002-12-29 Thread Luis Gois
Hello. I'm facing a situation where I've tried almost everything and don't understand why ESQL doesn't work for a particular situation : a) I have 3 cascading queries, i.e., the 2nd query placed inside esql:row-results of 1st query and 3rd query inside esql:row-results of 2nd query;

Re: [Cocoon2.0.2 and 2.0.4] ESQL bug, or XSLT transformer gone crazy?!

2002-12-29 Thread Antonio Gallardo
Hi! I think your problem is right in this line: esql:get-int column=nu_descr_metricas_tst ancestor=1/ Sometime ago I was trying to use the ancestor attribute with XSP, but this does not work. :-( As a workaround, create a xsp:logic block that will take the value you need for the WHERE of the

XML form and database

2002-12-29 Thread poornima ponnuswamy
Hello All, I need to get the XML form input and store it in a database. Is there any help available for cocoon 2.1 dev to connect to the database. I see an example Introduction to Cocoon 2 by Leigh Dodds. Does this work for Cocoon 2.1, MySQl and Apache tomcat 4.1. Can anyone please help me to

RE: XML form and database

2002-12-29 Thread Luca Morandini
Poornima there are numerous examples with mySQL in books devoted to Cocoon and in some entries of this mailiing list: wet your feet, you'll find yourself swimming :) Best regards, Disclaimer: I've not tried mySQL with Tomcat 4.1 and Cocoon 2.1... but I bet this conbination is no different

Re: Cocoon tutorial ... non production cocoon 'sand box'

2002-12-29 Thread J. Norment
Ah-ha. Thanks for the info. What is hsqldb used for, anyway? Do you know if there is a general setup FAQ (not installation, but setup as in if you want to run cocoon, but you don't want everyone that visits your sites to be able to type '/cocoon' and get merry with the examples, this is how

Re: class reloading?

2002-12-29 Thread Frank Ridderbusch
Nils Leßmann wrote: Hi! I don’t know wether it’s good style but i’m currently using a lot of helper classes in my logicsheets, simply because i need an ide and hating writing my java-code directly into the xsp. I’d be interested how you folks do it, by the way. Thing is, I have to

Re: Cocoon tutorial ... non production cocoon 'sand box'

2002-12-29 Thread aps olute
Odd that when viewing the mail-list, I see those =A0, which is not displayed when viewed on yahoo's mail, it must be yahoo inserted. Anyhow, I hope that didnt confuse you or anyone. hsqldb is a java based database, package along with cocoon so samples that require a database would work.

Re: Cocoon tutorial ... non production cocoon 'sand box'

2002-12-29 Thread Joerg Pietschmann
On Sunday 29 December 2002 17:59, you wrote: Odd that when viewing the mail-list, I see those =A0, which is not displayed when viewed on yahoo's mail, it must be yahoo inserted. A =A0 is a MIME encoding (IIRC quoted printable) for a non-breaking space. If you have some days left to spend on

processing certain xml ,xsl file with xsp under cocoon and mysql?

2002-12-29 Thread Hubert Holtz
Hello, I don't know know how to open new XML files with a certain XSL file with the help of XSP and my Mysql database in Cocoon. I have a table called sites with an column for id,lang,XML,XSL, in my xsp- file I have a string-array called parameters where the 2 parameters of the typed url

Help with action-sets and sitemap parameters

2002-12-29 Thread Tiago Dias
Hi there, I'm using and action-set to do some processing based on request parameters before I generate the XML for the Pipeline. I use 2 actions in this set to get different attributes set for the XML generation (done by an aggregation of a XSP and a Generator we created). Everything is

Re: Help with action-sets and sitemap parameters

2002-12-29 Thread Antonio Gallardo
Hi Tiago: Please, check this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9835 Antonio Gallardo. Tiago Dias dijo: Hi there, I'm using and action-set to do some processing based on request parameters before I generate the XML for the Pipeline. I use 2 actions in this set to get

Path confusion

2002-12-29 Thread Alexander Czernay
I'm totally new to this stuff, so this might be stupid... I have a file structure serving two sites with the same XML data, but with different XSLTs for layout: /cocoon/ -- Tomcat's application path /cocoon/k8 --- the main site /cocoon/k8/xml --- XML files /cocoon/k8/alexander --- first site's

Re: Bug in JTidy?

2002-12-29 Thread Joerg Heinicke
http://www.w3.org/TR/1998/REC-xml-19980210#sec-cdata-sect But I think it's only for XML, not HTML. And if you can't influence the HTML, because you get the pages anywhere from the web, it's no further interesting. Joerg Anna Afonchenko wrote: Hi Joerg. Thanks for answering. The HTML DTD does

Re: installation question

2002-12-29 Thread Joerg Heinicke
Even if you copied some JARs, it's still a problem with those files. You must not copy the latest stable ones, but those one, which came which Cocoon and are there in the lib directory. Joerg edel claire ryder wrote: Hi, I was wondering if someone could help me with this problem. I have just