demande d'information sur HTTPProxyGenerator

2005-10-07 Thread Joel Gauci
Bonjour, je cherche des informations sur le HttpProxyGenerator (2.1.7): y a t il possibilité de filtrer les champs HTTP à reconduire vers le service cible?Si Oui, comment? la gestion des cookies est elle prise en charge ? Quelle est la différence avec le WSProxyGenerator? Bref, je cherche le

Re: Validation Forms

2005-10-07 Thread Sylvain Wallez
zze-Urbanisme BECOT S ext RD-TECH-REN wrote: Bonjour, j'utilise les forms dans Cocoon 2.1.7 et je m'y pert un peu. Mon, formulaire s'affiche correctement et s'initialise bien. Par contre quand je fais un submit je n'intercepte aucun event dans mon form event handler. Comment est déclaré

Re: entete http via un loadDocument

2005-10-07 Thread Sylvain Wallez
Benjamin Francisoud wrote: Dans du flowscript, je fais un: loadDocument(http://un_autre_server/mon_chemin/etc...;); Je voudrais savoir quels sont les entêtes http passés à un_autre_server ? Comment je pourrai savoir ça ? (sachant que un_autre_serveur n'est pas un serveur où je peux tracer

RE: Validation Forms

2005-10-07 Thread zze-Urbanisme BECOT S ext RD-TECH-REN
Bonjour, excuse moi pour le peu de précision de mon message précédent. Voici l'extrait de mon sitemap. Je me suis inspiré des exemples des blocks forms: map:act type=handle-form-submit map:parameter name=form-definition value=forms/requestForm.xml/

Re: entete http via un loadDocument

2005-10-07 Thread Sylvain Wallez
Benjamin Francisoud wrote: Justement mon problème était qu'ethereal n'existe que sous linux (and Co) alors que le monitor d'axis fonctionne sous windows! http://www.ethereal.com/distribution/win32/ :-) Sylvain -- Sylvain WallezAnyware Technologies

CForms / Flow + database actions?

2005-10-07 Thread Derek Hohls
Is it possible to combine the CForms / Flow combination with the old style database actions; or is the only way to interact with a database, with this combination, via custom written beans and data access layers (all of which *have* to be in Java - e.g. see an earlier post where I asked about the

Re: Using the output of a pipeline to call another pipeline?

2005-10-07 Thread Antonio Gallardo
Derek Hohls wrote: Yes... but I am saying that the block itself does not contain enough to really get going with real-world situations. The only code examples I could find for Groovy were in the Wiki, and they dealt with SQL and forms - not with how to go about creating an action. This are

Re: DELI Aspect Renderer

2005-10-07 Thread Antonio Gallardo
Paolo Ambrosio wrote: Thank you Paolo, can you add it to bugzilla? Done. I hope I did it right ;-) :-) I saw your bugzilla report: http://issues.apache.org/bugzilla/show_bug.cgi?id=36954 I never used deli or portal block in my own applications. I will review the code this

Re: Checking all keys are translated - done before ?

2005-10-07 Thread Philippe Guillard
Having non existing i18n keys in the logs would be enough for my needs, but i can't found them. Setting sitemap logs to debug in logkit, i get systematically this for reserved or unresolved keys: DEBUG [/portal/3dmedia/22/] I18nTransformer: Starting i18n element: text DEBUG

session-context:authentication not working... why?

2005-10-07 Thread Antonio Fiol Bonnín
Does anyone see why this tells me that: org.apache.excalibur.source.SourceException: The attribute: authentication/authentication/data is empty map:act type=auth-protect map:parameter name=handler value=auth-handler/ map:generate src="" / map:serialize / /map:act Thank you very much.--

Apache Coccon developer in Boston, MA US

2005-10-07 Thread Brad Kain
Quoin is an application development and system integration company that specializes in software development using J2EE, Web Services, and Internet technologies. We offer challenging opportunities for technology professionals who thrive in a collaborative and team-oriented environment. Quoin is

Re: session-context:authentication not working... why?

2005-10-07 Thread Christoph Hermann
Antonio Fiol Bonnín schrieb: Hello, Does anyone see why this tells me that: org.apache.excalibur.source.SourceException: The attribute: authentication/authentication/data is empty map:act type=auth-protect map:parameter name=handler value=auth-handler/ map:generate

Re: session-context:authentication not working... why?

2005-10-07 Thread Antonio Fiol Bonnín
org.apache.excalibur.source.SourceException: The attribute: authentication/authentication/data is empty map:act type=auth-protect map:parameter name=handler value=auth-handler/ map:generate src=module:session-context:authentication/authentication/data /

Re: flow problem with reload button

2005-10-07 Thread Antonio Fiol Bonnín
I have not found a solution for this problem yet. Could anyone please help me a step further? Thanks in advance. -- Antonio 2005/10/5, Antonio Fiol Bonnín [EMAIL PROTECTED]: Hello, Thank you for replying. I'm using POST. The template for A is: ... ft:form-template

Re: stress testing a cocoon based application

2005-10-07 Thread Antonio Fiol Bonnín
As a new continuation is generated after each new user request, in pratice diferent users receive and submit diferent urls. The problem with webserver stress testing tools i've found so far is that they rely on static urls and can't simulate a user introducing data on form. JMeter can read

Re: CForms / Flow + database actions?

2005-10-07 Thread Jason Johnston
Derek Hohls wrote: Is it possible to combine the CForms / Flow combination with the old style database actions; or is the only way to interact with a database, with this combination, via custom written beans and data access layers (all of which *have* to be in Java - e.g. see an earlier post

Re: CForms / Flow + database actions?

2005-10-07 Thread Upayavira
Jason Johnston wrote: Derek Hohls wrote: Is it possible to combine the CForms / Flow combination with the old style database actions; or is the only way to interact with a database, with this combination, via custom written beans and data access layers (all of which *have* to be in Java - e.g.

Re: CForms / Flow + database actions?

2005-10-07 Thread Bertrand Delacretaz
Le 7 oct. 05, à 15:31, Upayavira a écrit : ...I believe there are some new ways being played with for database access in cforms. Using jdbi (I believe). Hopefully we'll hear more soon... I believe I've seen it, actually...so yes, we hope to hear more soon ;-) -Bertrand

Re: AJAX and Cocoon - Design Patterns

2005-10-07 Thread Johannes Textor
(anybody else unable to post to users@ from certain accounts?) Sylvain Wallez schrieb: Some validations can be moved on the client-side. There are a number of different kinds of validations: 1 - individual syntactic/format validations (e.g. number / date / regexp) 2 - individual semantic

Re: session-context:authentication not working... why?

2005-10-07 Thread Christoph Hermann
Antonio Fiol Bonnín schrieb: Hello, org.apache.excalibur.source.SourceException: The attribute: authentication/authentication/data is empty If the element data is empty it cannot be used as generator input. Either use src=module:session-context:authentication/authentication / and make sure

[CForms] Form not submitting

2005-10-07 Thread Christofer Dutz
Hi I am having some Trouble submitting a form with anything else than a button. With buttons everything is fine, when using a link for example nothing happens and my browser (InternetExplorer) complains about a not supported function. While debugging I traced the problem down back to

Re: [CForms] Form not submitting

2005-10-07 Thread Philippe Gassmann
Christofer Dutz wrote: Hi I am having some Trouble submitting a form with anything else than a button. With buttons everything is fine, when using a link for example nothing happens and my browser (InternetExplorer) complains about a not supported function. While debugging

AW: [CForms] Form not submitting

2005-10-07 Thread Christofer Dutz
Found the problem it was a totally different one I would have never looked in that direction. On my form I had one button for submitting with validation (simple submit widget) and several other buttons for doing all sorts of stuff. As the submit button is used for submitting I called

Re: AW: [CForms] Form not submitting

2005-10-07 Thread Philippe Gassmann
Christofer Dutz wrote: Found the problem it was a totally different one I would have never looked in that direction. On my form I had one button for submitting with validation (simple submit widget) and several other buttons for doing all sorts of stuff. As the

AW: AW: [CForms] Form not submitting

2005-10-07 Thread Christofer Dutz
Yippee I always seem to find all problems in a product that have been solved in the developer-release, but have not yet been released. At least this stupid problem didnt cost as much time as a typical Eclipse GEF problem ;-) Chris Von: Philippe Gassmann [mailto:[EMAIL

Configurable form / flow chains

2005-10-07 Thread Bruyn Bill
Hello, list. As I said separately the other day, I'm trying to put together a proof of concept for a kind of document generation facility here. It feels like Cocoon has all the pieces I would need, but I'm struggling a little bit with which pieces I should be using and how they would work