Ticket #34 (new defect)

Opened 3 years ago

Last modified 3 years ago

Make the 'The form has no callback and no action was found' exception spotable

Reported by: anonymous Assigned to: somebody
Priority: normal Milestone:
Component: form-core Version:
Severity: normal Keywords:
Cc:

Description

The callbacks on a form may change between it being returned to a browser and the user submitting the form, e.g. somebody else changes the object represented by the form so it is no longer in the correct state to handle the submitted form.

The current exception is of type 'Exception' and is not easy to handle without looking at the text of the message.

I think that this needs to be changed to a 'NoActionFoundException?'.

Change History

01/06/06 00:44:17 changed by anonymous

  • component changed from css to form-core.