Re: XMLForms prepare/perform nothrow

2003-02-13 Thread ivelin
This is by design. AbstractXMLFormAction does not know how to handle application specific errors thrown by the prepare/perform callbacks. If you can't do anything about an exception which occurs within the method, then throw a runtime exception. -=Ivelin=- - Original Message - From: "Je

Re: XMLForms prepare/perform nothrow

2003-02-13 Thread Jakob Praher
Am Don, 2003-02-13 um 19.17 schrieb Jeroen Cranendonk: > > Am Don, 2003-02-13 um 17.20 schrieb Jeroen Cranendonk: > > > Our company is currently building a project around cocoon(yay:) and > xmlforms. > > > We are using the current development cvs version. > > > Working on this it occured to me that

Re: XMLForms prepare/perform nothrow

2003-02-13 Thread Jeroen Cranendonk
> Am Don, 2003-02-13 um 17.20 schrieb Jeroen Cranendonk: > > Our company is currently building a project around cocoon(yay:) and xmlforms. > > We are using the current development cvs version. > > Working on this it occured to me that the prepare and perform methods of > > the AbstractXMLFormAction

Re: XMLForms prepare/perform nothrow

2003-02-13 Thread Jakob Praher
Am Don, 2003-02-13 um 17.20 schrieb Jeroen Cranendonk: > Our company is currently building a project around cocoon(yay:) and xmlforms. > We are using the current development cvs version. > Working on this it occured to me that the prepare and perform methods of > the AbstractXMLFormAction class don