Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
CMS-10.0-alpha-1
-
None
-
None
Description
The fix in CMS7-4402 introduces some side-effects: feedback messages need to be removed manually on all form/panel, otherwise they prevent form processing. See CMS7-9075, CMS7-9033 and test SetPasswordPanel. Possible solutions will be:
- Either accept this fix, then find all wicket forms/panels and override #process method to manually clear feedbacks. (1)
- Find another solution for feedbacks message disappeared when ing/Ajax calls arrive. (2)
After the discussion in CMS7-4402, we opt the (1) that
add a special Form implementation to cms-api for this (HippoForm?) that takes care of the removal of feedback messages. Then we only have to use that HippoForm instead of a normal form in all places.This should probably be documented.
Attachments
Issue Links
- is a result of
-
CMS-4402 Error messages in document editor disappear automatically when a ping (ajax call) arrives
- Closed
- is awaited by
-
CMS-9075 Regression - Error message prevent creating user
- Closed
-
CMS-9033 Groovy Script Editor: error messages are being added up but not removed
- Closed
- is backported by
-
CMS-9192 [Backport to 7.9] - Feedback messages in Wicket forms need to be cleaned manually
- Closed