RE: integrating wicket and cocoon

2007-05-29 Thread Martijn C. Vos
Grzegorz Kossakowski [mailto:[EMAIL PROTECTED] wrote: Luca Marrocco pisze: i have a trip in my mind. I want using wicket inside cocoon. a brief regression on cocoon wicket integration interest.. i'm a professional free software agile developer. My software factory use only free

RE: Cocoon Productivity

2007-05-29 Thread Martijn C. Vos
Niels van Kampenhout wrote: But I just have a strong feeling that for someone without years of Cocoon experience it is too easy to screw up. It depends a lot on what you want to do. Cocoon is brilliant at simple stuff. My problem when learning Cocoon was that the documentation on the

RE: own attribute

2007-05-29 Thread Martijn C. Vos
Amon wrote: Is there are way to add my own attribute to the fd:item element, let say selected=selected , which i can use in my xslt? I don't think you can do this in the form model (the file where everything has the fd: prefix), but you can pass anything you like in fi:styling in the

RE: own attribute

2007-05-29 Thread Martijn C. Vos
Jasha Joachimsthal wrote: Martijn C. Vos wrote: Amon wrote: Is there are way to add my own attribute to the fd:item element, let say selected=selected , which i can use in my xslt? I don't think you can do this in the form model (the file where everything has

RE: [HELP]Failed to execute pipeline.

2007-05-29 Thread Martijn C. Vos
Kimberly Wells wrote: Description:org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.NullPointerException Some advice for getting useful answers from this mailinglist: 1. Don't choose a subject that has been used several times already. ([HELP]Failed to execute

RE: [GT2007] [VOTE] Conference location + time

2007-04-13 Thread Martijn C. Vos
Arje Cahn wrote: Please cast your votes on both the location and the time for this year's Cocoon GetTogether conference: A) The Netherlands, Amsterdam +1 (would be really practical for me) B) Italy, Rome / Milano +1 (would love to go there) C) England, London / Norwich +1 (London

RE: Is it possible to change the layout of Widgets with AJAX=true

2006-10-26 Thread Martijn C. Vos
Robby Pelssers, AGP mailto:[EMAIL PROTECTED] schreef: Suppose I have a set of objects whose properties I either want to show in Mode 'edit' or 'output'. Depending on some event (user changes Mode of one object by clicking on button in repeaterrow), I want to change the state of the

RE: cocoon best editor ?

2006-10-13 Thread Martijn C. Vos
maurizio mailto:[EMAIL PROTECTED] schreef: Greetings. I am wondering which is the most used/preferred editor for Cocoon developing. I do like ViM over anything else, but i was (unsuccessfully) looking for a nice eclipse Cocoon plugin (lepido seems dead). Is there anything good around ?

RE: [OT] Abuse of div and span (was: Cocoon written in PHP)

2006-08-10 Thread Martijn C. Vos
Geert Josten [mailto:[EMAIL PROTECTED] wrote: In my opinion you are underestimating the usefulness of the semantics associated with these structural HTML elements, and are throwing away *too much* information in the pipeline. Surely there's no advantage to throwing away that

RE: Action Vs Logicsheet

2006-08-02 Thread Martijn C. Vos
Omar Adobati [mailto:[EMAIL PROTECTED] wrote: It seems as there are a lot of different ideas about what to use and I think to be more confused then I was sending the first e-mail... So, I suppose also that there's no a definitive answer to my question... Action and Transformer are the

RE: Action Vs Logicsheet

2006-08-01 Thread Martijn C. Vos
Mark Lundquist [mailto:[EMAIL PROTECTED] wrote: Note: I would avoid a design that called for any kind of custom transformer that's meant to be used for its side effects... that probably indicates an abuse of the sitemap. Pipelines should be for generating data. Why? There are lots of

RE: Ajax Event Javascript

2006-06-27 Thread Martijn C. Vos
Nicolas Duroc [mailto:[EMAIL PROTECTED] wrote: I have a repeater in a table to build the rows. I use an add-row button with AJAX, and a delete-rows, all works fine, but I tried to use dojo drag'n drop ( dojo). When I use the AJAX buttons, dojo doesn't work anymore. I think the problem

RE: Ajax Event Javascript

2006-06-22 Thread Martijn C. Vos
Nicolas Duroc [mailto:[EMAIL PROTECTED] wrote: I have a repeater in a table to build the rows. I use an add-row button with AJAX, and a delete-rows, all works fine, but I tried to use dojo drag'n drop ( dojo). When I use the AJAX buttons, dojo doesn't work anymore. I think the problem

RE: For-each in sitemap?

2006-06-12 Thread Martijn C. Vos
Sjur Moshagen [mailto:[EMAIL PROTECTED] wrote: I would like to aggregate a dynamic list of documents following a certain pattern, but I can't find a way of doing it. I have been searching the user docs and the mailing lists, to no avail. Here's what I would like to do, in some rough

RE: populating combo box value from a xml file

2006-06-06 Thread Martijn C. Vos
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] wrote: Use widget.widget-name.setSelectionList(xml). You can do construct the cml dynamically using jx template and provide as a match like widget.widget-name.setSelectionList(cocoon:/match-name) Any idea if there's something similar for

RE: CForms tree-model using xml as source?

2006-06-05 Thread Martijn C. Vos
Fred Vos [mailto:[EMAIL PROTECTED] wrote: On Thu, Jun 01, 2006 at 06:02:49AM +0200, Simone Gianni wrote: Hi Fred, this seems to be nice stuff, if you can, why don't you contribute it? You can do that opening a JIRA issue with [PATCH] in the title, a description of what your code does

CForms tree-model using xml as source?

2006-05-30 Thread Martijn C. Vos
Is there an easy way to get the data for my tree widget from XML instead of a file structure? I'm reading http://cocoon.apache.org/2.1/userdocs/widgets/widget_tree.html and looking at the samples, and while I think basing a tree on an xml structure is a very cocoon thing to do, I'm getting the

RE: Warnings for XSLT

2006-05-26 Thread Martijn C. Vos
Ard Schrijvers wrote: * == node() (more or less, there are subtle diffs I thought, but has been to long to remember them) I think * matches only elements, while node() also matches text nodes. * doesn't match attributes, @* does. Not sure about node(). So I suggest you get rid of all

RE: re-use the exit of a pipeline as argument (exemple src) of a component

2006-03-31 Thread Martijn C. Vos
Mouad KASMI SAHLI mailto:[EMAIL PROTECTED] wrote: Hi, I would like to re-use the exit of a pipeline as argument (exemple src) of a component. So, how can I use results from one component as parameters for another ? I want to GET BACK 2 parameters (the first one a link towards a file

RE: Error page during initialization

2006-03-16 Thread Martijn C. Vos
Nils Kaiser [mailto:[EMAIL PROTECTED] wrote: where can I configure the error page used when cocoon encounters any error during initialization? I know how to configure handle-errors, but the pipeline does not get to this point in that case. On the error page, I see an Apache

RE: Generation of xml from xml applying xslt

2006-03-03 Thread Martijn C. Vos
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] schreef: xsl:textlt;i:include src=/xsl:textxsl:value-of select=@dasl:path/xsl:text/gt;/xsl:text This won't work. What you need is simply: i:include src=[EMAIL PROTECTED]:path}/ By using lt; and gt; you're basically saying: this is not an XML

RE: Generation of xml from xml applying xslt

2006-03-03 Thread Martijn C. Vos
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] schreef: Hi, Firstly, I don't understand why you are using the namespace xmlns:i if you want to use the cinclude transformer as this uses the xmlns:cinclude It doesn't matter if you use cinclude or i as prefix, as long as the real namespace is

RE: LinkRewriterTransformer question

2006-03-02 Thread Martijn C. Vos
Bruno Dumon [mailto:[EMAIL PROTECTED] wrote: I would like to use the LinkRewriterTransformer to transform links like this: myscheme:somevalue to something like http://someserver/some/path/somevalue Thus, the 'somevalue' should simply be prefixed with a static string.

RE: Easier indexing

2005-12-19 Thread Martijn C. Vos
Dan Nicolici [mailto:[EMAIL PROTECTED] wrote: Thanks for the reply, Antonio. But hey, doesn't this mean I'd have to manually code those url's one way or another? Do you have some automatic way of getting those urls? An automatically generated menu or something? If so, you can use

RE: Help me please!

2005-12-15 Thread Martijn C. Vos
Dan Nicolici [mailto:[EMAIL PROTECTED] wrote: Thank you very much, Martijn, for the example! I still have some questions if you don't mind :) The example again: map:match pattern=*/lucene-index.xml map:generate src=cocoon:/listing/{1}/ map:transform

RE: Help me please!

2005-12-14 Thread Martijn C. Vos
Dan Nicolici mailto:[EMAIL PROTECTED] wrote: The steps that I imagine I have to follow are: - create a pipeline that aggregates all the other pipelines (master pipeline); - transform the resulting xml to a lucene:index document; - transform the previous document

RE: Matching problem

2005-07-08 Thread Martijn C. Vos
Marc Salvetti [mailto:[EMAIL PROTECTED] wrote: i just noticed that foo/bar/fooo/baar doesn't match the pattern foo/**/*/* but match the pattern foo/**/* Is that a bug or normal behavior ? Similar inexplicable behaviour was also noticed a few months ago by Ard Schrijvers. I

RE: XMLFileModule for a dynamic file.

2005-07-07 Thread Martijn C. Vos
I'm a bit late replying to this, but this sounds like something we do all the time with almost all our projects, and we have a pretty simple solution for it which I don't think I've seen here yet. (My apologies if someone else has already posted this.) From: Alexander Berezhnoy [mailto:[EMAIL