Details
-
Bug
-
Status: Closed
-
Top
-
Resolution: Fixed
-
2.26.15
-
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.