Re: Quelle place pour Cocoon dans l'ensemble des technos Web ?

2007-02-28 Thread Bertrand Delacretaz
On 2/27/07, Patrick Thomas [EMAIL PROTECTED] wrote: ...Avez-vous des pointeurs sur Internet, en anglais ou en français, qui pourraient m'aider et qui ne rentrent pas trop dans le détail du framework, mais qui le situent plutôt par rapport aux autres ?... Je ne connais pas de comparaison faite

Re: Quelle place pour Cocoon dans l'ensemble des technos Web ?

2007-02-28 Thread Sylvain Wallez
Patrick Thomas wrote: Bonjour, J'ai attaqué Cocoon il y un peu plus d'un mois, avec quelques difficultés, il faut le reconnaître, et vous m'avez déjà aidé à plusieurs reprises pour avancer. On me demande de présenter Cocoon. J'ai commencé à rédiger quelque chose, joint à une petite

Re: Quelle place pour Cocoon dans l'ensemble des technos Web ?

2007-02-28 Thread Bertrand Delacretaz
On 2/28/07, Sylvain Wallez [EMAIL PROTECTED] wrote: ...une présentation générale de Cocoon que j'ai longtemps utilisée : http://people.apache.org/~sylvain/presentations/Cocoon_fr.pdf... en la relisant, je constate qu'il manque un élément important dans ma petite liste de différentiateurs:

Ajax form reloading after Action Event

2007-02-28 Thread fhagen
Hello, I have a little problem with cocoon and ajax in one of my forms. The form I use has one tree widget included and this tree works fine with ajax. When I select a treenode a java class produces some data on the server which present in the form this way: bu:replace id=elements div

Re: Cocoon 2.2 (Trunk) POI Bloc

2007-02-28 Thread Marc Salvetti
Hi Jerome, i reproduced the problem and noticed that touching the sitemap is enough instead of reloading the server, still bad but that could be a lead to identify the problem Marc 2007/2/17, Jerome Benezech [EMAIL PROTECTED]: Hi all, I am running into a problem with cocoon 2.2 (JDK 1.5)

HSSFSerializer cell style

2007-02-28 Thread Gary Larsen
It seems that the only way to apply styles to cells is with StyleRegion but in my case it's difficult to predict beforehand which cells will need formatting. Is there a way to apply formatting in the Cell element? I found this in the Gnumeric File Format doc: gmr:Cell Col=0 Row=0

Re: Implementing a series of transformations

2007-02-28 Thread Jason Johnston
Schmitz, Jeffrey A wrote: Hello, I've been struggling with the following scenario for some time and thought it was time to post. Basically, I need to be able to perform the following types of translations, in the order specified, all with one pipeline, and I can't figure out how to do it

RE: Implementing a series of transformations

2007-02-28 Thread Schmitz, Jeffrey A
Thanks Jason, One thing I don't quite understand is, I don't see where the actual xsp/logic sheet would get invoked. i.e. When I said I need to invoke a xsp, I really meant I need to invoke the following generator implemented as a logic sheet library: map:generate type=serverpages

Catalog demo: File not found

2007-02-28 Thread J.D. Williams
The demo for sdocbook returns a File Not Found error. As per the instructions on this page... http://cocoon.apache.org/2.1/userdocs/concepts/catalog.html ...I did the following: --Downloaded sdocbook.dtd and placed it at /usr/local/sgml/docbook/simple/sdocbook.dtd --Created a catalog file at

Serialize HTML to new window

2007-02-28 Thread Gary Larsen
I assume that I'm missing something basic again. I would like to serialize the HTML as though it was called with a target=_blank request parameter. The reason for this is, due to a user option in a form, the page being generated will have no link back to the application. (Sort of a print view)

Re: Serialize HTML to new window

2007-02-28 Thread Steven D. Majewski
On Feb 28, 2007, at 11:11 AM, Gary Larsen wrote: I assume that I'm missing something basic again. I would like to serialize the HTML as though it was called with a target=_blank request parameter. The reason for this is, due to a user option in a form, the page being generated will have no

RE: Serialize HTML to new window

2007-02-28 Thread Gary Larsen
Hi Steve, I don't believe that this has anything to do with how cocoon serializes or serves the output -- this is a browser UI issue. I don't think you want a 'target=' request parameter. You want a 'target=' attribute on the link to the page, so that the browser is directed to handle

Re: Serialize HTML to new window

2007-02-28 Thread Steven D. Majewski
On Feb 28, 2007, at 11:33 AM, Gary Larsen wrote: Hi Steve, I don't believe that this has anything to do with how cocoon serializes or serves the output -- this is a browser UI issue. I don't think you want a 'target=' request parameter. You want a 'target=' attribute on the link to the page,

Re: XSLTC and Coccon

2007-02-28 Thread Steven D. Majewski
On Feb 28, 2007, at 4:02 PM, Julius Lerm wrote: Is there a way of incorporating into a Cocoon map translets compiled outside of Cocoon via XSLTC command line? Thanks, Julius Lerm I don't understand this question, and, off the top of my head, I can think of at least 2 very different

Re: XSLTC and Coccon

2007-02-28 Thread Julius Lerm
Let's say i have a stylesheet named sample.xsl: 1) First, I compile sample.xsl into a java class using Apache Xalan's XSLTC with a command like: java org.apache.xalan.xsltc.cmdline.Compile -d sampleDir -j sample.jar -p sampleTest sample.xsl The above should create, from sample.xsl, a

Re: Authentication Framework and database

2007-02-28 Thread J.D. Williams
Well, I still have not gotten it to work, and frankly I am just guessing as to what the problem is. You know, it is quite frustrating to spend several days looking through docs and email archives and see this same problem over and over, yet I find no solution. Several email threads to the list

HSSF Serializer, problems setting defaultColumnWidth on gmr:Sheet , or ColumnWidth, any suggestions?

2007-02-28 Thread Aaron Magi
I am trying to set the default column width on the gmr:Sheet but it is not working. gmr:Workbook gmr:Sheets gmr:Sheet ColumnWidth=1, 10240 DefaultColumnWidth=10240 OutlineSymbolsRight=true OutlineSymbolsBelow=true DisplayOutlines=true HideRowHeader=false