flow sendPage/redirectTo

2005-04-07 Thread Philippe Guillard
Bonjour a tous, Question de cours :-) J'aimerais comprendre la difference entre ces 2 fonctions : cocoon.redirectTo(cocoon:/foo,true); cocoon.sendPage(foo,true); Mis a part le fait que dans le cas du sendPage le cocoon protocol (cocoon:/) est automatiquement utilise, alors qu'il est au choix dans

Re: flow sendPage/redirectTo

2005-04-07 Thread Sylvain Wallez
Philippe Guillard wrote: Bonjour a tous, Question de cours :-) pub Pour info, nous proposons des formations Cocoon, animées par des gens qui connaissent plutôt bien Cocoon, et c'est peu de le dire :-) /pub J'aimerais comprendre la difference entre ces 2 fonctions :

Re: flow sendPage/redirectTo

2005-04-07 Thread Jean-Christophe Kermagoret
Bonjour Philippe, pub no comment /pub J'utilise parfois des redirect avec les continuations et ca ne semble pas poser de problèmes... La continuation est gérée via un paramètre (champ caché ou action au choix), donc on peut passer les infos sans pb (via un redirect ou un forward) au serveur

Re: UTF-8 dans les URL.

2005-04-07 Thread Frédéric Glorieux
Aurlien DEHAY wrote: Bonjour. Personne ne s'amuse (enfin, c'est un bien grand mot) a sur son serveur? Je viens de tester, avec Apache a fonctionne trs bien, mais pa avec Cocoon. Je n'ose croire que Cocoon ne permets pas d'effectuer ce genre de chose... Ou alors c'est un problme avec le map:match

Re: UTF-8 dans les URL.

2005-04-07 Thread Aurélien DEHAY
Le jeudi 07 avril 2005 15:22 +0200, Bertrand Delacretaz a crit : Le 7 avr. 05, 15:14, Frdric Glorieux a crit : ...Mais la doctrine que j'en ai surtout conserv c'est : URI ASCII le plus possible (sauf pour les valeurs textuelle en paramtre pour un formulaire par ex) +1 Mais c'est

Re: UTF-8 dans les URL.

2005-04-07 Thread Bertrand Delacretaz
Le 7 avr. 05, à 15:40, Aurélien DEHAY a écrit : ...Ah oui, mais parfois, on peut pas faire autrement. Quand on écrit un, genre, moteur de blog bien fait avec des URI qui veulent dire quelque chose (au hasard: les titres des billets), on ne peut pas présager que l'utilisateur ne sera

Re: UTF-8 dans les URL.

2005-04-07 Thread Sylvain Wallez
Aurlien DEHAY wrote: Le jeudi 07 avril 2005 15:12 +0200, Sylvain Wallez a crit : Aurlien DEHAY wrote: Bonjour. Personne ne s'amuse (enfin, c'est un bien grand mot) a sur son serveur? Je viens de tester, avec Apache a fonctionne trs bien, mais pa avec Cocoon. Je n'ose croire que Cocoon ne

Re: UTF-8 dans les URL.

2005-04-07 Thread Aurélien DEHAY
Le jeudi 07 avril 2005 16:07 +0200, Sylvain Wallez a crit : une virgule en plus? Quand on regarde la table de l'iso-8859-1 [1], on trouve que E2 - (a circ) 82 - unused (!) AC - (not sign) Or Unicode nous dit [2] que le signe euro est 20AC... J'ai l'impression que c'est ce bon

Re: UTF-8 dans les URL.

2005-04-07 Thread Thenon David
Le jeudi 7 Avril 2005 16:07, Sylvain Wallez a crit : Aurlien DEHAY wrote: Le jeudi 07 avril 2005 15:12 +0200, Sylvain Wallez a crit : Aurlien DEHAY wrote: Bonjour. Personne ne s'amuse (enfin, c'est un bien grand mot) a sur son serveur? Je viens de tester, avec Apache a fonctionne trs

Java flow, Ajax et autres bonnes choses à venir...

2005-04-07 Thread Guillaume Helle
Bonjour, il me semblait que les flows en Java devaient arriver dans la version 2.1.7 mais cela ne semble pas encore stabilis? De mme le processus pour ne rafraichir qu'une partie des formulaires (avec Ajax je crois?) arrivera-telle en 2.2 (avec les flows en Java)? En gros, que devrait contenir

Re: Java flow, Ajax et autres bonnes choses à venir...

2005-04-07 Thread Sylvain Wallez
Guillaume Helle wrote: Bonjour, il me semblait que les flows en Java devaient arriver dans la version 2.1.7 mais cela ne semble pas encore stabilis? De mme le processus pour ne rafraichir qu'une partie des formulaires (avec Ajax je crois?) arrivera-telle en 2.2 (avec les flows en Java)? En gros,

Re: Java flow, Ajax et autres bonnes choses à venir...

2005-04-07 Thread Frédéric Glorieux
Un vnement extrieur va trs certainement casser ce cercle : la disponibilit du rechargement chaud des classes modifies qui va en faire un concurrent srieux de la version JavaScript. :o) J'ai beau pratiquer javascript, je prfre largement travailler java sous Eclipse. -- Frdric Glorieux

Re: UTF-8 dans les URL.

2005-04-07 Thread Aurélien DEHAY
Le jeudi 07 avril 2005 16:26 +0200, Sylvain Wallez a crit : snip/ Nan, c'est moi qui m'emmle les pinceaux. D'aprs la littrature passionnante expliquant l'encodage UTF-8 [3] et un peu de conversions binaires - hexa (je connais encore la table par coeur!!!), il s'avre que E282AC est le bon

Re: UTF-8 dans les URL.

2005-04-07 Thread Aurélien DEHAY
Le jeudi 07 avril 2005 17:33 +0200, Aurlien DEHAY a crit : titre d'info, maintenant que je sais plus ou moins chercher: http://www.dpawson.co.uk/xsl/sect4/uri.html#d12969e393 - Liste francophone Apache Cocoon --

Re: flow sendPage/redirectTo

2005-04-07 Thread Philippe Guillard
Merci, Pour le pub, respect, et j'aimerais bien rencontrer plus de cocooners, mais je suis base en Chine... Je vais essayer de decrire simplement: J'ai un form1 qui contient un lien a href pour un autre form2, celui ci termine par une redirection pour recommencer form1. Le form 1 est un

Re: SourceWritingTransformer

2005-04-07 Thread Michael Wechner
Antonio Gallardo wrote: On Mie, 6 de Abril de 2005, 9:43, Sylvain Wallez dijo: David Merrilees wrote: Has anyone got a working example of SourceWritingTransformer? I can't get a peep out of it. Apache Lenya uses it for saving the content of the various editors (at least within 1.2),

Re: SourceWritingTransformer

2005-04-07 Thread Michael Wechner
Michael Wechner wrote: Antonio Gallardo wrote: On Mie, 6 de Abril de 2005, 9:43, Sylvain Wallez dijo: David Merrilees wrote: Has anyone got a working example of SourceWritingTransformer? I can't get a peep out of it. Apache Lenya uses it for saving the content of the various editors

Re: ikvm/jiks/gcj/whatever cocoon compilation

2005-04-07 Thread Aurélien DEHAY
Le mercredi 06 avril 2005 22:17 -0400, Gregor J. Rothfuss a crit : Aurlien DEHAY wrote: Le mercredi 06 avril 2005 16:50 -0400, Gregor J. Rothfuss a crit : Aurlien DEHAY wrote: Hello. I'd like to know if someone ever tried to compile cocoon with a non-sun/bea/ibm/whatever compiler

Re: Fwd: SVG with xlink namespace

2005-04-07 Thread Joachim Breitsprecher
Jorg Heymans wrote: Jean-Claude Moissinac wrote: The prefix xlink for attribute xlink:href associated with an element type use is not bound. I just tried this with a stock 2.1.7 build without problems. Maybe your SVG is dodgy? I have had similar problems (namespace not bound). If you do not use

SVG with xlink namespace

2005-04-07 Thread Jean-Claude Moissinac
Hello I have an SVG file, something like ?xml version=1.0 encoding=UTF-8? svg width=100% height=100% viewBox=0 0 333 250 xmlns=http://www.w3.org/2000/svg; xmlns:xlink=http://www.w3.org/1999/xlink; ... use xlink:href=#S1 transform=translate(62.0 213.0) scale(0.29522705 0.29522705) / /svg Note

Re: Passing request headers

2005-04-07 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: [...] Thanks, [EMAIL PROTECTED] Do you mean that you can have HtmlGenerator operate on a request attribute? If i understand that correctly, that would mean you can read your html from a POST request. That wouldn't help, because I want that html from the old server. You

Re: Fwd: SVG with xlink namespace

2005-04-07 Thread Jean-Claude Moissinac
I'm using a standard 2.1.7 install on a PC/XP My SVG plays fine in all players and is very simple. Perhaps, i have to change the SAX parser used? On Apr 7, 2005 9:56 AM, Joachim Breitsprecher [EMAIL PROTECTED] wrote: Jorg Heymans wrote: Jean-Claude Moissinac wrote: The prefix xlink for

AW: Authorization (not Authentication) in Cocoon Auth. framework

2005-04-07 Thread Messing, Elad
Hello there This sounds like what I am looking for - quite simple check without to much changes. I would appreciate a code sample.. Thanks Elad -Ursprüngliche Nachricht- Von: Grzegorz Sikora [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 6. April 2005 23:31 An:

Re: Fwd: SVG with xlink namespace

2005-04-07 Thread Jorg Heymans
what servlet container are you using? Try your sample with a standard jetty-2.1.7 build. Jean-Claude Moissinac wrote: I'm using a standard 2.1.7 install on a PC/XP My SVG plays fine in all players and is very simple. Perhaps, i have to change the SAX parser used? On Apr 7, 2005 9:56 AM, Joachim

Re: Cforms upload validation?

2005-04-07 Thread oceatoon
The discussion is in dev then. Thanks oceatoon wrote: Hi every one My Form contains upload widgets, I have limited the size parameter in web.xml upload config. But I would like to get the oversized error as a form validation error. In the Form validation docs, it says upload widget supports

Re: Fwd: SVG with xlink namespace

2005-04-07 Thread Jean-Claude Moissinac
Sorry, I don't know how to apply your advice. I've installed a standard Coccon 2.1.7 install. In the startup process messages, I see: ... Starting Jetty/4.2.23 and in the last line of the startup: ... Started [EMAIL PROTECTED] Do you say I have to download a different version of Jetty and install

Re: Fwd: SVG with xlink namespace

2005-04-07 Thread Jorg Heymans
Jean-Claude Moissinac wrote: Sorry, I don't know how to apply your advice. I've installed a standard Coccon 2.1.7 install. In the startup process messages, I see: ... Starting Jetty/4.2.23 and in the last line of the startup: ... Started [EMAIL PROTECTED] Do you say I have to download a different

Dynamic generation of CForms

2005-04-07 Thread Mattom
Hi all ! After mastering my custom generator problems I am facing CForms now. What I want to achieve is: o) query my db access objects for metadata - this will give me xml trees describing the tree structure of my db data o) transform this metadata xml to a CForms definition o) render the form I

Re: Dynamic generation of CForms

2005-04-07 Thread Thorsten Scherler
On Thu, 2005-04-07 at 11:23 +0200, Mattom wrote: Hi all ! After mastering my custom generator problems I am facing CForms now. What I want to achieve is: o) query my db access objects for metadata - this will give me xml trees describing the tree structure of my db data o) transform

Re: Dynamic generation of CForms

2005-04-07 Thread Bertrand Delacretaz
Le 7 avr. 05, à 11:23, Mattom a écrit : ...Now I am not sure what the approach would be, should I.. ...o) Do a pipeline approach, with a generator getting xml from my db layer, then a pipeline xslt transformation.. Certainly the best way - and make sure to make this pipeline's intermediate

Prepopulating

2005-04-07 Thread Greg
Hi, thanks for the replies, A A, but if I have the data stored in javascript vars in the flowscript, can I not simply point to these in the binding as suggested in http://cocoon.apache.org/2.1/userdocs/forms/binding.html by the following snippet; fb:javascript id=foo path=@foo fb:load-form

AW: AW: AW: AW: AW: Design note - Building a template mechanism

2005-04-07 Thread Messing, Elad
Thanks for the clear example. I completely understand. It has not occurred to me that in development the web application might not be implemented under the root context. Elad -Ursprngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 6. April 2005

Re: Dynamic generation of CForms

2005-04-07 Thread Mattom
Ok, so I'll try to do it with a pipeline. This rises some additional questions :-). Write a generator to get the XML Metadata, no problem. Write a stylesheet that transforms the metadata to a form defintion should be no problem, too. But I am not sure, what my pipeline should be, I assume it

Re: [Announce] Eclipse Lepido, and opensource IDE for Apache Cocoon

2005-04-07 Thread Sylvain Wallez
Sylvain Wallez wrote: Folks, I'm very pleased to announce the creation of the Eclipse Lepido project [1], which aims at building an opensource tooling for Apache Cocoon based on the Eclipse platform. snip/ A newsgroup [2] should be created shortly for these discussions, which your are warmly

Re: Dynamic generation of CForms

2005-04-07 Thread Bertrand Delacretaz
Le 7 avr. 05, à 12:10, Mattom a écrit : ... !-- now i have a form def in the pipeline and would like to call something like the form1_template_action.xml, that does some grouping to my formdef | in the example this is done by a generator, which won't work for me, because I have the

Database reporting tools?

2005-04-07 Thread Derek Hohls
I was wondering whether or not anyone had experience with web-based database reporting tools - preferably ones that have been integrated into a Cocoon app. The tools does not have to be open source, though this would be a first choice. The report tool should - ideally! - be able to: * allow

Dynamic generation of parameter values from an xml file

2005-04-07 Thread Peter Sparkes
Hi, I can set the parameter Address to the value of the element lodge/owner in the file test.xml with the following in my sitemap: map:match pattern=enquiry$* map:call function=handleForm map:parameter name=function value=bookingbean/ map:parameter

Re. Dynamic generation of CForms

2005-04-07 Thread Mattom
Ok, so I do aggregate the form defintion and template to one xml !? I tried this with the sample from the http://cocoon.apache.org/2.1/userdocs/forms/sample.html, aggregating the form definition with the template in an new anyroottag and then passing it through the xslt transformer mentioned in

Re: Database reporting tools?

2005-04-07 Thread Gerald Aichholzer
Derek Hohls wrote: I was wondering whether or not anyone had experience with web-based database reporting tools - preferably ones that have been integrated into a Cocoon app. The tools does not have to be open source, though this would be a first choice. Have a look at

Re: Fwd: SVG with xlink namespace

2005-04-07 Thread Jean-Claude Moissinac
It seems to be a Cocoon error with this stacktrace: org.apache.cocoon.ProcessingException: Error executing pipeline.: file:/C:/Documents/cocoon-2.1.7/build/webapp/tests/content/aa001_frame1.svg:34:90:org.xml.sax.SAXParseException: The prefix xlink for attribute xlink:href associated with an

Re: Fwd: SVG with xlink namespace

2005-04-07 Thread Jean-Claude Moissinac
Here is a very short test which works when displayed directly, but doesn't works when served by cocoon with the previously showed pipeline: ?xml version=1.0 encoding=UTF-8? svg width=100% height=100% viewBox=0 0 333 250 xmlns=http://www.w3.org/2000/svg; rect width=100% height=100%

Re: Fwd: SVG with xlink namespace

2005-04-07 Thread Jorg Heymans
Maybe your svg has dodgy hidden characters in it that prevents the parser from seeing your namespace declaration ? I'm out of ideas, but i'm pretty sure cocoon is not the culprit here. Jean-Claude Moissinac wrote: It seems to be a Cocoon error with this stacktrace:

Re: AW: Authorization (not Authentication) in Cocoon Auth. framework

2005-04-07 Thread Ralph Goers
Messing, Elad wrote: Hello there This sounds like what I am looking for - quite simple check without to much changes. I would appreciate a code sample.. Thanks Elad It would be best if the code sample is published on the wiki, not through a private email.

Re: Fwd: SVG with xlink namespace

2005-04-07 Thread Jorg Heymans
Jean-Claude Moissinac wrote: Here is a very short test which works when displayed directly, but doesn't works when served by cocoon with the previously showed pipeline: ?xml version=1.0 encoding=UTF-8? svg width=100% height=100% viewBox=0 0 333 250 xmlns=http://www.w3.org/2000/svg; rect width=100%

Re: Fwd: SVG with xlink namespace

2005-04-07 Thread Jean-Claude Moissinac
I can't figure when the declaration has been put out and how I can have not seen before. But it seem to works. The content without the needed declaration works fine in the Adobe Viewer. Thank you for your help On Apr 7, 2005 3:39 PM, Jorg Heymans [EMAIL PROTECTED] wrote: Jean-Claude Moissinac

debug with chainsaw

2005-04-07 Thread Renaud Richardet
Bonjour, I'm trying to debug cocoon with chainsaw. I read CocoonLog4J and Bertrand's tips [1] (created log4j.properties and installed log4j locally). So far, it works. Good. Then I WebStarted chainsaw on [2], and it looks *alot* more powerful. But I can't make it work. There's a popup menu at

AW: AW: AW: AW: Design note - Building a template mechanism

2005-04-07 Thread Elad Messing
Hello again, stavros Another question in relation to the new Othello example. I can see that you divided all of the content in localelized directories (c_en and c_el). Then, in the pipe line you use the locale to build the path for the content, and right after it you

SendMailTransformer

2005-04-07 Thread Andre Juffer
Dear List, I have some problem to get the SendMailTransformer to work. The error is ERROR (2005-04-07) 17:04.24:477 [sitemap.transformer.sendmail] (/sopas/460e437f8f380e892a7e5f6843611d491f5b6950.continue) http-8080 -Processor24/SendMailTransformer: Exception sending mail

Re: AW: AW: AW: AW: Design note - Building a template mechanism

2005-04-07 Thread gounis
On Thu, 7 Apr 2005, Elad Messing wrote: Hello again, stavros Another question in relation to the new Othello example. I can see that you divided all of the content in localelized directories (c_en and c_el). Then, in the pipe line you use the locale to build the path

AW: AW: AW: AW: AW: Design note - Building a template mechanism

2005-04-07 Thread Messing, Elad
1. when the amount of translations is not so big then I use i18n, but when i have to do with whole pages i use different files I understand , the question is why :) ? I mean - I can see a reason why not do it - when you will need in the future to replace some content's layout- it has to be

Re: Re. Dynamic generation of CForms

2005-04-07 Thread Bruno Dumon
On Thu, 2005-04-07 at 14:39 +0200, Mattom wrote: Ok, so I do aggregate the form defintion and template to one xml !? I tried this with the sample from the http://cocoon.apache.org/2.1/userdocs/forms/sample.html, aggregating the form definition with the template in an new anyroottag and

Re: AW: AW: AW: AW: AW: Design note - Building a template mechanism

2005-04-07 Thread gounis
On Thu, 7 Apr 2005, Messing, Elad wrote: 1. when the amount of translations is not so big then I use i18n, but when i have to do with whole pages i use different files I understand , the question is why :) ? I mean - I can see a reason why not do it - when you will need in the future

AW: AW: AW: AW: AW: AW: Design note - Building a template mechanism

2005-04-07 Thread Messing, Elad
I understand. You have a point there with the tag hell. I will just have to try on my own and get the feeling of it :) Thanks for the tip! Elad -Ursprngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 7. April 2005 17:27 An:

Re: SendMailTransformer

2005-04-07 Thread Gregor J. Rothfuss
Andre Juffer wrote: Dear List, I have some problem to get the SendMailTransformer to work. The error is ERROR (2005-04-07) 17:04.24:477 [sitemap.transformer.sendmail] (/sopas/460e437f8f380e892a7e5f6843611d491f5b6950.continue) http-8080 -Processor24/SendMailTransformer: Exception sending mail

Re: SendMailTransformer

2005-04-07 Thread Andre Juffer
Gregor J. Rothfuss wrote: Andre Juffer wrote: Dear List, I have some problem to get the SendMailTransformer to work. The error is ERROR (2005-04-07) 17:04.24:477 [sitemap.transformer.sendmail] (/sopas/460e437f8f380e892a7e5f6843611d491f5b6950.continue) http-8080

Re: [Announce] Eclipse Lepido, and opensource IDE for Apache Cocoon

2005-04-07 Thread Nouguier Olivier
So hay, Where could I learn more on AXE? On Thu, 2005-04-07 at 12:11 +0200, Sylvain Wallez wrote: Sylvain Wallez wrote: Folks, I'm very pleased to announce the creation of the Eclipse Lepido project [1], which aims at building an opensource tooling for Apache

FlowScript and Upload after upgrade to Cocoon 2.1.7

2005-04-07 Thread Jakub Kaniewski
Recently I upgraded Cocoon from 2.1.5 to 2.1.7. Most of things works fine, except one FlowScript function. I have this HTML form (hidden fields values are passed from flow) : form enctype=multipart/form-data method=POST aaction=upload.html inputtype=file name=plik input type=submit name=upload

Example required

2005-04-07 Thread fadi qutaishat
Hi, I have reached to a point where I need to give the user the ability to change his information inside the session, I have been looking at the Authentication fw in particulate at "changing information of a user". after reading it many times I am getting confused how should I define the

Best way to initialize Context, Session and Request attributes

2005-04-07 Thread lists
Hi, in my webapp I need to initialize the Context, Session and Request attributes, e.g. with database connections, message queues etc. What is the best way to do this in Cocoon? Right now I'm using actions, but this is not satisfactory, as I have to put the action in many places in my

Re: SourceWritingTransformer

2005-04-07 Thread Lars Huttar
Michael Wechner wrote: Antonio Gallardo wrote: On Mie, 6 de Abril de 2005, 9:43, Sylvain Wallez dijo: Rather than using a transformer, you really should consider using the flowscript and the PipelineUtil class, or the copy-source action. is there a more concrete example on this? I second this

Starting a project with Cocoon and Maven

2005-04-07 Thread Sébastien ARBOGAST
Hi,Thanks to this excellent article on wiki (special thanks to its authors, Eric and Ralph) I managed to setup a basic development environment in order to begin a new web app project based on Cocoon and deployable on Tomcat. This is what I've done (it can help newbies to complete what's said in

Re: Best way to initialize Context, Session and Request attributes

2005-04-07 Thread Jorg Heymans
[EMAIL PROTECTED] wrote: Hi, in my webapp I need to initialize the Context, Session and Request attributes, e.g. with database connections, message queues etc. What is the best way to do this in Cocoon? Right now I'm using actions, but this is not satisfactory, as I have to put the action in

Re: [Announce] Eclipse Lepido, and opensource IDE for Apache Cocoon

2005-04-07 Thread Thorsten Scherler
On Tue, 2005-04-05 at 19:33 +0200, Sylvain Wallez wrote: [Announce] Eclipse Lepido Hello Sylvain, nice to hear you are planing this project but did you know that in forrest.apache.org we host already a similar tool? Have a look at

document() function in Saxon 8.3 under Cocoon 2.1.7

2005-04-07 Thread Wendell Piez
Hi, I've been messing with Cocoon 2.1.7 for a few days now. I like it a great deal. Simple things do not have to be complicated. Because my application really benefits from the draft XSLT 2.0, I've got Saxon 8.3 wired in. It's doing very well. (Snappy!) But ... I've run into a discrepancy

Re: Best way to initialize Context, Session and Request attributes

2005-04-07 Thread lists
Thanks for the answer. Only, these listeners belong to the Servlet API and not to Cocoon, so this will not work in batch mode, when there's a BatchContext instead of a HttpContext. Is there a Cocoon specific method? Regards, Jochen Jorg Heymans [EMAIL PROTECTED] Sent by: news [EMAIL

Starting a project with Cocoon and Maven

2005-04-07 Thread Sébastien ARBOGAST
Hi, Thanks to an excellent article on wiki (special thanks to its authors, Eric and Ralph) I managed to setup a basic development environment in order to begin a new web app project based on Cocoon and deployable on Tomcat. This is what I've done (it can help newbies to complete what's said in

Cocoon, Hibernate and HSQL

2005-04-07 Thread Sébastien ARBOGAST
Hi, I would like to use the internal HSQL shipped with Cocoon as a SQL database to persist my POJO's for Hibernate. I found an excellent tutorial about integration of Hibernate into Cocoon, but I didn't found anything about configuring a new database (because there already seems to be one

Opening html in a different web browser

2005-04-07 Thread Anna Bikkina
Hi, I am trying to open a html page in a different web browser. I am not sure how to do it. Can anyone please suggest? Here is the sitemap I am using to generate the html page. How can I tell the sitemap to launch the output in a differnt web browser? map:match pattern=help

[CForms] how to remove a validation error?

2005-04-07 Thread Andrew MacDonald
Hello, I'm performing form-level validation and have set an error if the value of an upload widget (customStylesheet) is null. However, the upload widget should only be validated depending on the value of another widget (defaultStylesheet). Here's my validation code: fd:validation fd:javascript

Re: FlowScript and Upload after upgrade to Cocoon 2.1.7

2005-04-07 Thread Jakub Kaniewski
SOLVED, I simply didn't enabled uploads in web.xml, this also implicated that simple parameters from multi part forms was not decoded. J.K. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: AW: AW: AW: AW: Design note - Building a template mechanism

2005-04-07 Thread Thorsten Scherler
Hi, I had a look on the wiki page you posted and it gave me some really good ideas for the view plugin I am working on in forrest. http://svn.apache.org/viewcvs.cgi/forrest/trunk/plugins/org.apache.forrest.plugin.view/?rev=160476

Re: AW: AW: AW: AW: Design note - Building a template mechanism

2005-04-07 Thread Thorsten Scherler
Hi, I had a look on the wiki page you posted http://wiki.apache.org/cocoon/TemplateBasedWebSite and it gave me some really good ideas for the view plugin I am working on in forrest. http://svn.apache.org/viewcvs.cgi/forrest/trunk/plugins/org.apache.forrest.plugin.view/?rev=160476

RE: Opening html in a different web browser

2005-04-07 Thread Adam Ratcliffe
Hi Anna By different web browser do you mean a new web browser window? You would need to do that on the client using some javascript: window.open(myCocoonURL, windowTitle, width=400, height=300, resizable=yes); Cheers Adam -Original Message- From: Anna Bikkina [mailto:[EMAIL

Re: Database reporting tools?

2005-04-07 Thread Brian Burridge
I just began a reporting project last month, and am using Jasper and Open Reports. I wrote a brief summary of the advantages of those on my blog: http://blog.hirebrianburridge.com/2005/04/08/jasper-and-open-reports/. Hope that helps, Brian On Apr 7, 2005 8:42 AM, Gerald Aichholzer [EMAIL