Pattern wildcards meaning

2002-08-31 Thread Daniel Fournier
Hi everybody, Samples provided with Cocoon dist. use path-like style to parameterize patterns, e.g. map:match pattern=*/* where, for instance, in sitemap administrator mind, 1st * is meaning source #1 and 2nd * source #2 (these wildcards beeing use to aggregate two sources). Why not use a

cookies with generator

2002-08-31 Thread arturl
Hi, I have to include a page using html generator. But that site needs soem data from my browser cookie. Is it possible to send cookie using generator? If not, how to deal whith tis issue? Artur - Please check that your

Re: How to parse an error

2002-08-31 Thread Antonio Gallardo Rivera
Sorry, I forgot told that the formValdator logicsheet and the DB Action are working well. The category_name has set UNIQUE attribute. Then if I try to write a second register in the database with the same name, when it process the request it throw the error. (Its true because the DB does not

Setting Content-Length

2002-08-31 Thread Leszek Gawron
I'm using as an application server for pocket pc application. The problem is downloading even a small file via 19200 GPRS modem takes time, so I wanted to provide a user with progress bar. The problem is that cocoon is not sending Content-Length header. Is there a nice and clean way to include it

gzipping content

2002-08-31 Thread Leszek Gawron
I wanted to gzip the content coming out of cocoon so i wanted to add gzip filter to web.xml file first it occured to me that web.xml is in servlet 2.2 standart not in 2.3 so is it possible ? I wouldn't like to use Apache frontend. ouzo -- __ | / \ |

[SUMMARY] problems generating input to sql transformer with stylesheet (a la Langham Ziegeler book)

2002-08-31 Thread Simon Price
Adding this line to the stylesheet fixes the bug. xsl:output method=text/ In fact the problem turned out to have absolutely nothing to do with the sql transformer; the problem was earlier in the pipeline but was masked because the xml piped into the transformer appeared okay when

[Summary] Writing an action using XSP

2002-08-31 Thread Litrik De Roy
Hello All, I have written a small summary that explains how you can write your own action using XSP. It is in the Cocoon Wiki at http://outerthought.net/wiki/Wiki.jsp?page=XSPAction Litrik De Roy www.litrik.com - Please

Re: [Summary] Writing an action using XSP

2002-08-31 Thread Andrew C. Oliver
THANK YOU THANK YOU THANK YOU THANK YOU!!! You totally and completely rock! Words do not express how much you rock. Now if someone can figure out how to get this working with XMLForm I'll be elated ;-) -Andy Litrik De Roy wrote: Hello All, I have written a small summary that explains how

How to find more info about error logicsheet?

2002-08-31 Thread Antonio Gallardo Rivera
I only know this: xmlns:error=http://apache.org/cocoon/error/2.0; and some parameters: @type - No aparece @sender - No aparcee error:title error:message (Mensaje) error:source (Origen) error:description (Descripción) error:extra (Stack Trace) Antonio Gallardo

RE: sunRise For Dummies?

2002-08-31 Thread Per Kreipke
Mark, I also bought the book and found it informative but! it only mentions the sun* components in passing during the last chapter. It doesn't cover how to use them. So, don't expect answers to your portal or sunrise auth questions there. However, searching this list throught the MARC archives

Re: Pattern wildcards meaning

2002-08-31 Thread Vadim Gritsenko
Daniel Fournier wrote: Hi everybody, Samples provided with Cocoon dist. use path-like style to parameterize patterns, e.g. map:match pattern=*/* where, for instance, in sitemap administrator mind, 1st * is meaning source #1 and 2nd * source #2 (these wildcards beeing use to aggregate two

Re: cookies with generator

2002-08-31 Thread Vadim Gritsenko
arturl wrote: Hi, I have to include a page using html generator. But that site needs soem data from my browser cookie. Is it possible to send cookie using generator? If not, how to deal whith tis issue? If you want to send same cookies which you got with request, then one of these can help

[ANN] WebServiceProxyGenerator documentation

2002-08-31 Thread Ivelin Ivanov
The article which was published on WebServices.org is now part of the Cocoon documentation (in CVS HEAD). Links are provided off of the HOW-TO and User's Guide | Generator pages. Enjoy ! -=Ivelin=- - Please check that your

Re: Setting Content-Length

2002-08-31 Thread Vadim Gritsenko
Leszek Gawron wrote: I'm using as an application server for pocket pc application. The problem is downloading even a small file via 19200 GPRS modem takes time, so I wanted to provide a user with progress bar. The problem is that cocoon is not sending Content-Length header. Is there a nice and

Re: gzipping content

2002-08-31 Thread Vadim Gritsenko
Leszek Gawron wrote: I wanted to gzip the content coming out of cocoon so i wanted to add gzip filter to web.xml file first it occured to me that web.xml is in servlet 2.2 standart not in 2.3 so is it possible ? I wouldn't like to use Apache frontend. ouzo You can change

Re: sunRise For Dummies?

2002-08-31 Thread Antonio Gallardo Rivera
The portal example can be used for a logging into a web app? I am right? Antonio El Sábado, 31 de Agosto de 2002 20:59, Per Kreipke escribió: Mark, I also bought the book and found it informative but! it only mentions the sun* components in passing during the last chapter. It doesn't cover