RE: Complex Forms

2001-10-31 Thread Max Larsson
Hi, i had a similar task to solve. But i think i didn't had such complex form like you will have. I solved it with couples of self coded action and data binding framework. The databinding farmework is self coded, too. But it will be replaced with something much beter. I know about two packges, wh

RE: sitemap handler's sitemap is not available

2001-10-31 Thread sergi
did you try to replace %TOMCAT_HOME% with your real path to tomcat -Original Message- From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 5:43 PM To: [EMAIL PROTECTED] Subject: sitemap handler's sitemap is not available Just did a fresh install of Cocoo

Complex Forms

2001-10-31 Thread Madel,Kurt
The company that I work for builds web front-ends for database editing, viewing, report generation, etc. I am using Cocoon2 to generate dynamic PDF reports, and we use ASP for the rest of the site. I would like to use Cocoon for the entire site, but have yet to see any examples of extremely comp

Questions

2001-10-31 Thread Leo Wong
Dear Sir/madam, I don't know if it is an appropriate channel to voice question, but i believe it is not a bug. so, i hope u can give be some hints.. I am using Tomcat4.0 (Catalina) and Cocoon1.8.2 i followed the instructions, copied every "run-time-needed" jar in to $CATALINA_HOME/lib including

Re: Selector question....

2001-10-31 Thread Alexander Smirnoff
My bad, sorry: must be outside ! Alex. - Original Message - From: "Alexander Smirnoff" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 1:33 PM Subject: Selector question > What could be wrong in this snippet? > > > > > > >

Selector question....

2001-10-31 Thread Alexander Smirnoff
What could be wrong in this snippet? It doesn't work as expected and I'm getting irrelevant Exception: java.net.SocketException: Connection aborted by peer: socket write error Thanks, Alex ---

Generated XSP problem

2001-10-31 Thread Jacek Szpyrka
Hi Sorry for my poor english. I have the problem. In my sitemap I have: It work very good. But if I replace it by it every time (request) transforms xsp into java (cache does not work properly?) and next into class. M

Re: Exception Handling

2001-10-31 Thread Thomas Patterson
I had to modify the code in order to do this. - Original Message - From: "Truhann van der Poel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 6:59 AM Subject: Exception Handling > Hello, > > Anybody know how to go about handling exceptions during cocoon re

RE: problem with "external-graphics" solved

2001-10-31 Thread Giacomo Pati
Quoting Eduardo Godoy Vega <[EMAIL PROTECTED]>: > be more specific, what is an "external graphics" ? > (in a different webserver?, or in a different context ?) external-graphics in this context as I understand it is an element from FO spec. used to render external graphic files. Giacomo > > E

Exception Handling

2001-10-31 Thread Truhann van der Poel
Hello, Anybody know how to go about handling exceptions during cocoon requests within the cocoon framework ? In other words how would I go about to display a customised exception page to a user if something went wrong during a request ? I am using Cocoon 1.8.2. Regards ---

Re: Installing actions

2001-10-31 Thread Lajos Moczar
Kristof, I'm curious about your problem; what version of Cocoon & Tomcat are you running? Regards, Lajos galatea.com Jozsa Kristof wrote: > Arno, > > I've tried both the cocoon/WEB-INF/classes/ dir, which should be > auto-included due to the Tomcat config, and setting the extra-classpat

Re: disable-output-escaping !!

2001-10-31 Thread Jörg Heinicke
Hi Martin, disable-output-escaping is bad coding when creating tags with it. For example: ...blabla... But if you need it for your sign, you can use it. But the XSL-transformer are not forced to support disable-output-escaping!! But most do it. Joerg Martin Mauri wrote: >

RE: problem with "external-graphics" solved

2001-10-31 Thread Eduardo Godoy Vega
be more specific, what is an "external graphics" ? (in a different webserver?, or in a different context ?) Eduardo. -Original Message- From: Adnan Zelkanovic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 8:00 AM To: FOP DEV; Cocoon-DEV; Cocoon Users Subject: problem with "e

disable-output-escaping !!

2001-10-31 Thread Martin Mauri
  Hi users,   I need to use some kind of disable-output-escaping cause' I need to show the result of the HTML generated on an Excel spreadsheet. The process of rendering to HTML and sending it to IExplorer with the application/vnd.ms-excel is done in the same process pipeline. The problem ris

RE: Cocoon2 : Selector using parameter from request.

2001-10-31 Thread Eduardo Godoy Vega
Maybe this code can help you! Here "Count" is an action Parameter ...

RE: [C2.0rc1] Problems with IE5.00 - throws an Exception during endDocument processing after sitemap redirect

2001-10-31 Thread Klaus Bertram
Hi adrian,   please try it with a service pack for NT4.0 6.1a it's the latest we had problems with SP5 on NT4.0   Klaus -Original Message-From: Adrian Geissel [mailto:[EMAIL PROTECTED]]Sent: Wednesday, October 31, 2001 12:12 PMTo: [EMAIL PROTECTED]Subject: [C2.0rc1] Proble

[C2.0rc1] Problems with IE5.00 - throws an Exception during endDocument processing after sitemap redirect

2001-10-31 Thread Adrian Geissel
Hi,   I've logged this as a bug for C2, but I also wanted to see if anyone else is having this problem.   Scenario:   my sitemap performs some processing (database update) in an action, and on success, redirects to another page before returning using the supplied redirector object. The URI th

Re: Cocoon2 and dynamically generated stylesheets

2001-10-31 Thread Tobias Kiesling
Am Montag, 29. Oktober 2001 18:35 schrieben Sie: > Hi all, > > I am trying to find a way of setting up a cocoon2 pipeline that uses a > stylesheet in one XSLT transformation that has been generated by the > preceeding XSLT transformation. > > This problem is similar to the one described by Tobias

Re: Installing actions

2001-10-31 Thread Jozsa Kristof
On Wed, Oct 31, 2001 at 10:09:29AM +0100, Christian Haul wrote: > On 29.Oct.2001 -- 01:55 PM, Jozsa Kristof wrote: > > I wrote a HelloWorld-like action based on the docs located in my cocoon > > install: /cocoon/documents/actions. I've put the file in > > /cocoon/WEB-INF/classes (using the package