Re: How to send html/plain mail with sendmail log icsheet ?

2009-06-12 Thread Víctor Pergolesi
Hi, the information you need is in the link below http://cocoon.apache.org/2.2/1366_1_1.html Tell us if you solve the problem, please. I hope this help. Victor Pergolesi Codimat S.A. Área Sistemas Web: www.codimat.com.ar Tel.: (0291) 459-2480 | 459-2424 Fax: (0291) 459-2400 | 0-800-666-42266

Re: Regexp matcher with digits

2009-06-01 Thread Víctor Pergolesi
I proved some cases that could help you. I hope you undestand me. 1 - All the content of the pattern is read as an unique regular expresion. So the only part to reference I know is {0}. 2 - BUT there are different situacion if you use: case A: pattern="\.*(\d*$)" - Here {0} are all the numbers

Re: Webapp structure

2009-06-01 Thread Víctor Pergolesi
Latysh [mailto:ivanlat...@gmail.com] To: users@cocoon.apache.org Sent: Mon, 01 Jun 2009 15:07:32 -0300 Subject: Re: Webapp structure Víctor Pergolesi wrote: > I don´t understand exactly the problem: > > To generate a war you only need to execute: mvn package from the folder

Re: Cocoon 2.1 on Mac: compile error

2009-06-01 Thread Víctor Pergolesi
I don´t know if it could be a help, but I have a problem with Novell (I saw a similar message: "No such file or directory"). I have not experience in Mac, but maybe the how to find the resources. The problem is the path . Please see it at: http//www.mail-archive.com/users@cocoon.apache.org/m

Re: Webapp structure

2009-06-01 Thread Víctor Pergolesi
I don´t understand exactly the problem: To generate a war you only need to execute: mvn package from the folder that contains the web application. Victor Pergolesi Codimat S.A. Área Sistemas Web: www.codimat.com.ar Tel.: (0291) 459-2480 | 459-2424 Fax: (0291) 459-2400 | 0-800-666-42266 Don Bo

Re: Regexp matcher with digits

2009-05-30 Thread Víctor Pergolesi
Dear Mansour: The question: One more thing, I have seen some code for a sitemap using something like {../2}, what is this ? I couldn't find any documentation. The answer: http://192.168.0.5/intraapps/resumenpesajereparto?txtfecha={../1}"; label="documento"/>

Re: Unknown request object encountered named template : null

2009-05-18 Thread Víctor Pergolesi
Hi Rover: I had similar problems when the pdf is bigger. I minimize them working in the xsl(fo). Sometimes modifying the sentences in the xsl the processing and the demand of memory change. I proved compile the xsl too, but the result is similar. The problem is in memory when the document is

Re: XSLT is Dead ?!

2009-04-24 Thread Víctor Pergolesi
Dear all: We have experience with Cocoon since 2.1.5. We share the "common problem" of learning curve, but we believe it is a great and powerful framework. We have a lot of tools developed with cocoon 2.1.x and now we want to use cocoon 2.2 for a portal and for other services. Exclusiv

Re: Parameters- from CForms into sitemap

2009-04-21 Thread Víctor Pergolesi
Dear Quinn: to send more parameters you need to separate them with ",". That 's all. // // EXAMPLE 1: 2 parameters // var viewData = { "comprobantes": comprobantes , "fchaenvi": formatoEnvio.format(fchaenvi) }; // cocoon.sendPage("cargacomprobantes-procesado", viewData); // // EXAMPLE 2: 9 par

[SOLVED] Sitemap not found on Novell - cocoon 2.2.0

2009-04-13 Thread Víctor Pergolesi
A special gratefulness to * Mathia Rheem, Reinhard Pötz {Indoqa} whose comments were used for the solution. * our specialist in Novell, the engineer Gabriel Fernández from Bilbao and Associates * my co-workers: Nicolás Santecchia and Ariel Paz, who accompanied me in the search of t

Re: Checking if resource "type" exists

2009-03-19 Thread Víctor Pergolesi
Now I undestand you. I will use your class. The problem is that the servlet engine (Tomcat) can´t find the sitemap.xmap. So the error is before the processing of the sitemap. When I have news (I hope this could be solved) I send you. Thank you very much for the time. Victor Pergolesi From: Math

Re: Checking if resource "type" exists

2009-03-18 Thread Víctor Pergolesi
Dear Mathias: since 16-03-2009 i am trying to do as you said but I have a problem: 1 - I could compile the class you send to me. 2 - Now I don´t understand how can I send the parameter to which. I try in the block-servlet-service.xml of one of my blocks ... http://www.springframework.org/schema/b

Re: Stream generator encoding problem with Cocoon 2.1.11

2009-03-18 Thread Víctor Pergolesi
Hi Peter: generally when I send xml from a servlet to cocoon y set the ContentType to avoid this problem: protected void processRequest(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { ... response.setContentType("text/xml; charset=UTF-8"); ...

Re: Sending parameters in the POST with flowscript

2009-03-18 Thread Víctor Pergolesi
Hi, Ma Magdalena, I used without problem your third option. Below there are some code actually in production in a file (.js) The function consultas have the "sendPage" cocoon.load("resource://org/apache/cocoon/forms/flow/javascript/Form.js"); importClass (java.util.Date); importClass (java.util

Sitemap not found on Novell - cocoon 2.2.0

2009-03-16 Thread Víctor Pergolesi
Hello, I am Victor Pergolesi. I am new to this list. I have in production some applications with cocoon 2.1.10 on Novell 6.5 SP2 over Tomcat 4.1.30 (java 1.4.2_13) I am testing now Cocoon 2.2.0. I am using maven to generate the application and Tomcat 5.5 to run it. In Windows all works very good