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
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
> 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
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