How to disable Caching in special Pipelines

2003-03-27 Thread Björn Voigt
Hello Cocooners, i think, the caching is a genial technology to lower processing time and I used Cacheable in some Components successfully. But It is it possible to disabled caching for certain or and what ist the syntax for this. Thank you Björn -

Re: Dynamic i18n catalogs?

2003-03-26 Thread Björn Voigt
Jens Maukisch schrieb: Hi, is it possible to create dynamic catalogues for the i18n-Transformer? I mean XSP or Generator createt catalogues. iirc you can point the catalogue location to a cocoon pipeline which generates your catalogue. hth ... Is it

Dynamic i18n catalogs?

2003-03-26 Thread Björn Voigt
Hi cocooners, is it possible to create dynamic catalogues for the i18n-Transformer? I mean XSP or Generator createt catalogues. Thank you Björn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: style sheet WML -> XML

2003-03-17 Thread Björn Voigt
zze-MORY Nicolas FTRD/DMI/REN schrieb: can anyone give me the URL or the file of the official XSL style sheet wich can transform WML in XML ? Thanks Hi Nicolas, WML is an XML application. Do u want to transform it into another xml-application like xhtml or fo? Björn --

Re: Problem with get in xsp

2002-12-28 Thread Björn Voigt
Sorry for wasting your time I've just found a solution for my problem in the mailinglist-archives Björn Voigt - Please check that your question has not already been answered in the FAQ before posting.

Problem with get in xsp

2002-12-28 Thread Björn Voigt
Hello cocooners, i am try to read in my xsp-page a map:parameter from my sitemap looks like this [...] In my xsp page I do this: try{ String linkid = parameters.getParameter("linkid"); }catch(org.apache.avalon.framework.par

/home/userx/~public_cocoon LIKE ./~public_html ?

2002-12-18 Thread Björn Voigt
this folders. Thanks for help Björn -- Björn VoigtTel: +49-3943-626654 Hochschule Harze-mail: [EMAIL PROTECTED] Projekt MobiHarz Friedrichstrasse 57-59 D-38855 Wernigerode - Please check

Which way is the best to output blobs from db to user?

2002-10-24 Thread Björn Voigt
Hello cocooners, i have a mysql database with a table containing pictures as blob. In an old Version of my Web-Application I used a servlet to output the pictures via http. Now I want to take Cocoon to do this. My question is which way is the best way to solve my problem? thanks Björn

Dynamic data in XMLForm

2002-08-20 Thread Björn Voigt
Hello, i have a little problem to create dynamic with XMLForm. I use a Bean which contains an java.util.Collection attribute "myCollection". With the following sample i can show all names of the Objects of myCollection. My Collection COntent But I need