wordGenerator, pdfGenerator ?

2005-06-06 Thread =?ISO-8859-1?Q?Fr=E9d=E9ric_Glorieux?=
Bonjour, J'ai besoin d'extraire au moins le texte de fichiers word et pdf. Il faut craindre que le XML généré se résumera d'abord à un seul élément racine du genre text/. Est-ce que cette sorte de generators auraient déjà été faits ou pensés? Pour l'instant je vois 2 librairies sur

Re: wordGenerator, pdfGenerator ?

2005-06-06 Thread Sylvain Wallez
Frédéric Glorieux wrote: Bonjour, J'ai besoin d'extraire au moins le texte de fichiers word et pdf. Il faut craindre que le XML généré se résumera d'abord à un seul élément racine du genre text/. Est-ce que cette sorte de generators auraient déjà été faits ou pensés? Pour l'instant je

Re: wordGenerator, pdfGenerator ?

2005-06-06 Thread Malo Pichot
Sylvain Wallez a écrit : En opensource, c'est à ma connaissance ce qui revient le plus souvent sur ces sujets. Et ceci : Jakarta POI - Java API To Access Microsoft Format Files (http://jakarta.apache.org/poi/). Hors sujet pour le(s) format(s) Word ? -- Malo

Re: wordGenerator, pdfGenerator ?

2005-06-06 Thread Sylvain Wallez
Malo Pichot wrote: Sylvain Wallez a écrit : En opensource, c'est à ma connaissance ce qui revient le plus souvent sur ces sujets. Et ceci : Jakarta POI - Java API To Access Microsoft Format Files (http://jakarta.apache.org/poi/). Hors sujet pour le(s) format(s) Word ? Je

Re: RE : interface base de données

2005-06-06 Thread Bertrand Delacretaz
Le 6 juin 05, à 17:49, Philippe Guillard a écrit : ...Desespere j'hesite a: - Implementer JPOX (donc un JDO qui ressemblerait) mais au risque de difficultes pour l'integration dans cocoon, n'ai vu aucun cocooner s'y interesser. - Passer en OJB ODMG, le plus facile puisque je garde

Re: RE : interface base de données

2005-06-06 Thread Philippe Guillard
J'ai oublie cette solution, mes 2 problemes JDO n'existent pas avec PB. Ce que je sais c'est que cette API de plus bas niveau offre moins de choses, mais je n'ai pas reussi a prouver que j'ai besoin de plus. Merci Phil Bertrand Delacretaz wrote: Le 6 juin 05, à 17:49, Philippe Guillard a

Re: wordGenerator, pdfGenerator ?

2005-06-06 Thread =?ISO-8859-1?Q?Fr=E9d=E9ric_Glorieux?=
En opensource, c'est à ma connaissance ce qui revient le plus souvent sur ces sujets. Merci beaucoup pour cette confirmation, je pars donc là-dessus pour faire des générateurs. Cela ne vaut probablement pas la peine d'en faire des blocs cocoon, mais ce sera ici archivé pour ceux que cela

XPathConfigurationException

2005-06-06 Thread Alexander Berezhnoy
Hi! I'm trying to write unit tests for my Actions using the Cocoon testing framework. The action works fine under Cocoon, but when I run my test I get the following: java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model:

WG: CFORMS validation unexplained behavior - call for help!

2005-06-06 Thread Messing, Elad
Title: CFORMS validation unexplained behavior Hi All ! I have posted this message last week - with no response :( . I am actually quite surprised that no one got the same results from using CFORMS as I am only using it ina very basic manner. This issue is really a pain, and I cannot keep

Parameters in Forrest cli.xconf seem to have no effect

2005-06-06 Thread Ferdinand Soethe
I'd appreciate your opinion on a problem I have with Cocoon in Forrest using a cli.xconf and parameters like checksums-uri and dest-dir (see steps below). My questions: - did I do something wrong in using these params? - can you discern any other reason why they are not working - any suggestions

Re: WG: CFORMS validation unexplained behavior - call for help!

2005-06-06 Thread Reinhard Poetz
Messing, Elad wrote: [snip the second mail] With the help of Sylvain and Thorsten I have managed to come up with a form. Now - when all data is valid, all works fine. The problem starts when the data is not valid. I have 3 widgets in my form - text field and a

xsp question

2005-06-06 Thread pedrosacosta
Hi, i hope this is the place to send my xsp doubt. I've difficulty to understand what's wrong with my xsp code, and i already looked to the documentation of the xsp, in the net and in a book. But, i still have the problem. this is my xsp file: ?xml version=1.0? xsp:page language=java

AW: WG: CFORMS validation unexplained behavior - call for help!

2005-06-06 Thread Messing, Elad
Thank you, Reinhard for your reply. Here are my answers : The getValue() method of the widget only returns the value if there are *no* validation errors. I'm not sure if this is the correct or if we should make this configureable. Feel free to move the discussion over to

Re: AW: WG: CFORMS validation unexplained behavior - call for help!

2005-06-06 Thread Reinhard Poetz
Messing, Elad wrote: Thank you, Reinhard for your reply. Here are my answers : The getValue() method of the widget only returns the value if there are *no* validation errors. I'm not sure if this is the correct or if we should make this configureable. Feel free to move the discussion over to

Re: xsp question

2005-06-06 Thread Carlos M. S. Bento Nogueira
Oi :) Try adding to your xml header this : encoding=ISO-8859-1 ? It might do the trick. Greetings, CarlosN. On Mon, 6 Jun 2005, pedrosacosta wrote: Hi, i hope this is the place to send my xsp doubt. I've difficulty to understand what's wrong with my xsp code, and i already looked to the

AW: AW: WG: CFORMS validation unexplained behavior - call for help!

2005-06-06 Thread Messing, Elad
Sorry - my mistake. Here goes : * URL XXX.form - resolves in sitemap to : map:match pattern=*.form !-- CForm (makred by the .form ending) redirected to a flow script function with the same name -- map:call

widgets question (cforms)

2005-06-06 Thread Carlos M. S. Bento Nogueira
Hi all! How a diferent number of widgets in several lines using the provided xsl templates from cocoon\samples\blocks\forms\resources\ ?? The row layout from forms-page-styling.xsl seems to do the trick but using tr wigdet a/tr on the xml file doesn't change the widget line... Thanks in

[FYI] German tutorial

2005-06-06 Thread Mark Leicester
Hi all, Apologies if you've seen this before, but this may be useful for any German speaking beginner Cocooners out there: http://cocoontutorial.logabit.com/ Found via http://www.planetcocoon.com/aggregator, via http://del.icio.us/tag/cocoon. Mark

CForms directory browser widget

2005-06-06 Thread Thorsten Scherler
Hello list, I wonder whether there exists a CForms directory browser widget. I am thinking about a reverse upload widget. The upload widget opens a directory browser on the client side. I need on that is doing the same for the server side. Is there something that I can use for that? TIA.

Dependencies between blocks

2005-06-06 Thread robby . pelssers
Title: Message Hi All, just reading the blocks.properties file and I see there are a lot of dependencies among the blocks. It's hard to find out what blocks to build if I want to do a minimal build for using a specific block. Isn't it possible to create some sort of xml-file

Re: Dependencies between blocks

2005-06-06 Thread Upayavira
[EMAIL PROTECTED] wrote: Hi All, just reading the blocks.properties file and I see there are a lot of dependencies among the blocks. It's hard to find out what blocks to build if I want to do a minimal build for using a specific block. Isn't it possible to create some sort of xml-file

Re: Dependencies between blocks

2005-06-06 Thread Reinhard Poetz
[EMAIL PROTECTED] wrote: Hi All, just reading the blocks.properties file and I see there are a lot of dependencies among the blocks. It's hard to find out what blocks to build if I want to do a minimal build for using a specific block. Isn't it possible to create some sort of xml-file

Wiki FrontPage menus in... Spanish?

2005-06-06 Thread Derek Hohls
Hi Is there a reason why I am now seeing the wiki menus in a foreign language? Página inmutable Mostrar cambios Obtener Información And, um, how do I get back to Basic -er- English? Thanks Derek - To unsubscribe, e-mail:

Re: Wiki FrontPage menus in... Spanish?

2005-06-06 Thread Mark Leicester
Go into user preferences and set your preferred language: http://wiki.apache.org/cocoon/UserPreferences By default it users the browser setting, so perhaps you've changed PC? On 6 Jun 2005, at 13:11, Derek Hohls wrote: Hi Is there a reason why I am now seeing the wiki menus in a foreign

RE: Dependencies between blocks

2005-06-06 Thread Linden H van der (MI)
Title: Message AFAIK the block.properties file is generated using an Ant task and it's based on some XSL translation of gump.xml. If you follow that trail, you should be able to produce the desired XML file yourself. HTH. Bye, Helma -Original Message-From: [EMAIL

Re: Wiki FrontPage menus in... Spanish?

2005-06-06 Thread Derek Hohls
Ok... must have lost my setting when I moved to a new PC... I'm still intrigued how I was thought to be Spanish speaking?? [EMAIL PROTECTED] 2005/06/06 02:15:09 PM Go into user preferences and set your preferred language: http://wiki.apache.org/cocoon/UserPreferences By default it users the

Re: xsp question

2005-06-06 Thread Mark Leicester
Hello, I think you need to add a root element to your XSP, and move your xsp:logic tag inside it, i.e. xsp:page anyTag xsp:logic ... /xsp:logic /anyTag /xsp:page Without the anyTag , your xsp logic is currently being compiled at class level (and not in the generation method). You can see

Re: Wiki FrontPage menus in... Spanish?

2005-06-06 Thread Upayavira
Derek Hohls wrote: Hi Is there a reason why I am now seeing the wiki menus in a foreign language? Página inmutable Mostrar cambios Obtener Información And, um, how do I get back to Basic -er- English? :-) I'll forward this to Apache's infrastructure list. They've been working to speed

Re: Wiki FrontPage menus in... Spanish?

2005-06-06 Thread Mark Leicester
That must be between you and your browser/OS? ;) It might be worth checking your regional settings etc. On 6 Jun 2005, at 13:26, Derek Hohls wrote: Ok... must have lost my setting when I moved to a new PC... I'm still intrigued how I was thought to be Spanish speaking?? [EMAIL PROTECTED]

[FYI] German language Cocoon forum

2005-06-06 Thread Mark Leicester
Hi all, Also, adjacent to the previous link I posted, is a German language Cocoon Forum: http://cocoonforum.logabit.com/ It's been up since September 2003, has 92 users, 771 posts, and a really nice metal skin. Mark - To

How to add metadata to a binary response?

2005-06-06 Thread Hance, Greg (ELS)
Hello, We have an interesting problem that I'm somewhat at a loss as to how to implement so I'm turning to my fellow Cocoon cronies for some ideas. Basically, I'm looking for a way to add metadata to an arbitrary binary response and I'd also like to do this in a way that is cacheable through

Re: Selection-List CocoonForms

2005-06-06 Thread Dennis Riedel
I have a problem with my ids. The objects for my list have an id as value and a name as label. So my Definition for the widgets looks like this: fd:datatype base=integer / When I use string it complains that it expects string but recieved integer (because the ids are int in their objects) But

Re: Selection-List CocoonForms

2005-06-06 Thread Dennis Riedel
Ah. Sorry. Solved it. Just converted from int to Integer when adding the items to my list: addItem(new Integer(currency.getId()), currency.getName()); Dennis Dennis Riedel wrote: I have a problem with my ids. The objects for my list have an id as value and a name as label. So my

Link Hosting: DailyRazor Hosting (USA) www.dailyrazor.com - Tomcat 5.5.7, Cocoon 2.x or Cocoon 1.x

2005-06-06 Thread Anthony Obioha
DailyRazor Hosting Location: USA Link: www.dailyrazor.com Support: Tomcat 5.5.7, Cocoon 2.x or Cocoon 1.x --- Anthony Obioha DailyRazor Hosting a division of Vecordia Corporation http://www.dailyrazor.com [EMAIL PROTECTED]

jx template generator request parameter encoding

2005-06-06 Thread Rui Alberto
Hi all, I'm having problems when using jx template generator to fetch parameters from request object when the attribute value as special characters! If the request parameter test has a value like ol, the fetched value using ${request.test} becomes ol... When using request generator the correct

Repeater widget without server side

2005-06-06 Thread Irv Salisbury
We are looking for a CForms repeater widget that saves up all of the add, deletes and edits on the client and then sends them as part of a submit. Has anyone worked this into the CForms implemenation, or can provide me any pointers?

RE: How to add metadata to a binary response?

2005-06-06 Thread Conal Tuohy
Greg Hance wrote: We have a few pipelines that use custom Cocoon readers that we also need to return metadata with - the output of these pipelines are binary and return various image formats (JPEG, GIF) and also some PDFs. The problem is that we also need to return some metadata along

widget

2005-06-06 Thread magic
Hi, all How can I switch following scriptfrom v2(cocoon.load("resource://org/apache/cocoon/forms/flow/_javascript_/v2/Form.js") tov1(cocoon.load("resource://org/apache/cocoon/forms/flow/_javascript_/Form.js")? Thanks! var wid = form.lookupWidget(); var button1 =

Re: cocoon on websphere 5

2005-06-06 Thread Geert Josten
Hi all, I am using Flowscript in combination with a pooled database connection. In my case I maintain a reference to a Java object containing this connection as a global Flowscript variable. Note that these variables are stored in the cache between calls (to save memory), but this requires all

Re: jx template generator request parameter encoding

2005-06-06 Thread Reinhard Poetz
Rui Alberto wrote: Hi all, I'm having problems when using jx template generator to fetch parameters from request object when the attribute value as special characters! If the request parameter test has a value like ol, the fetched value using ${request.test} becomes ol... When using request