RE: Error handling with nested Velocity components

2002-04-15 Thread andy . eltis
Thanks! -Original Message- From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] Sent: 15 April 2002 15:31 To: cocoon-users Subject: Re: Error handling with nested Velocity components From: <[EMAIL PROTECTED]> > Hi > > Does anyone know how to force a new page on the brows

Re: Error handling with nested Velocity components

2002-04-15 Thread Nicola Ken Barozzi
From: <[EMAIL PROTECTED]> > Hi > > Does anyone know how to force a new page on the browser when dealing with > errors that come from a nested Velocity component? I'm finding that with my > current pipeline: > > > > > > > causes the error to appear within the page, in the same way t

Error handling with nested Velocity components

2002-04-15 Thread andy . eltis
Hi Does anyone know how to force a new page on the browser when dealing with errors that come from a nested Velocity component? I'm finding that with my current pipeline: causes the error to appear within the page, in the same way that the Velocity component would have done. Wha