Two ESQL Questions

2002-11-20 Thread Michael Edge
I have a couple of ESQL questions: 1) If an ESQL query throws a database exception, is there any way to log the stack trace to a file? 2) If an ESQL query throws a database exception, is there any way to handle this using the map:handle-errors section of the sitemap, so that all exceptions

Displaying 'progress' screen for long running reports

2002-11-08 Thread Michael Edge
Hi I have a Cocoon application that provides a front-end to a reporting system, and some of the reports take quite a while to run - in the order of 5-10 minutes. I need to provide a feature whereby the user submits the report request and a screen appears that polls the report every 10 seconds

Re: cocoon-users Digest 25 Oct 2002 14:33:49 -0000 Issue 1662

2002-10-25 Thread Michael Edge
On 25.Oct.2002 -- 10:42 AM, Michael Edge wrote: Hi In the XSP snippet below I'd like to throw an exception from within esql:no-results. My questions are: how do I do this and will the exception be caught by the map:handle-errors

Cocoon Connection Pooling and Database Shutdown

2002-10-16 Thread Michael Edge
Michael --- Michael Edge Global Markets Technology Institutional Client Group Phone: +44 (0) 20 7545 3204 Fax : +44 (0) 20 7545 1559 Internet email:[EMAIL PROTECTED] -- This e-mail may contain confidential and/or privileged information

Re: Cocoon Connection Pooling and Database Shutdown

2002-10-16 Thread Michael Edge
Why should I use carriage returns in my messages, Berin? Michael - Message from Berin Loritsch [EMAIL PROTECTED] on Wed, 16 Oct 2002 09:01:01 -0400 - To: [EMAIL PROTECTED]

Re: XSP Redirect in Cocoon 2

2002-09-06 Thread Michael Edge
Thanks Vadim, it's now 100%. Michael To: [EMAIL PROTECTED] Subject: Re: XSP Redirect in Cocoon 2 Michael Edge wrote: Thanks

XSP Redirect in Cocoon 2

2002-09-05 Thread Michael Edge
Hi All It seems to me that the following code will not work in Cocoon 2. I believe it works in Cocoon 1, but for some reason the request and response objects available within XSP for Cocoon 2 are not HttpServletRequest and HttpServletResponse objects, but rather some cocoon equivalents,

Re: cocoon-users Digest 5 Sep 2002 15:13:14 -0000 Issue 1567

2002-09-05 Thread Michael Edge
Thanks for the suggestion Nicola. Could you point me in the direction of an example on how to do this? I've spent hours searching for information on redirects, and as with most Cocoon documentation, it's pretty vague. Thanks Michael Michael Edge wrote: Hi All It seems to me

Re: XSP Redirect in Cocoon 2

2002-09-05 Thread Michael Edge
Thanks for the suggestion Nicola. Could you point me in the direction of an example on how to do this? I've spent hours searching for information on redirects, and as with most Cocoon documentation, it's pretty vague. Thanks Michael Michael Edge wrote: Hi All It seems to me

Sorry for attaching entire digest

2002-09-05 Thread Michael Edge
My humbles apologies for replying to a message and attaching the entire cocoon users digest to it. I know it's irritating. Sorry about that, an accident caused by me not checking that Lotus Notes had correctly deleted the rest of the digest. Regards Michael -- This e-mail may contain

XSP Best Practise Question

2002-08-22 Thread Michael Edge
-query /esql:connection /s1 /body /document /xsp:page --- Michael Edge Global Markets Technology Institutional Client Group Phone: +44 (0) 20 7545 3204 Fax : +44 (0) 20 7545 1559 Internet email:[EMAIL PROTECTED

Merging Dynamic Content and Static HTML in Same Page

2002-08-20 Thread Michael Edge
Hi All Is it possible within Cocoon to produce a single page that is made up of both static and dynamic content. For example, I would like to produce reports that all contain a standard header with images and toolbars, etc., but where the dynamic part of the page is generated by an XSP using

RE: Merging Dynamic Content and Static HTML in Same Page

2002-08-20 Thread Michael Edge
/lmorandini/index.html - -Original Message- From: Michael Edge [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 4:30 PM To: [EMAIL PROTECTED] Subject: Re: Merging Dynamic Content and Static HTML in Same Page Thanks for the help