Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Release 1.5
-
Fix Version/s: Release 1.5.1, Release 1.6
-
Component/s: Tag Library
-
Labels:None
Description
When using @Wizard the FormTag is not popping all items off the stripes tag stack correctly. It ends up leaving the enclosing form on the stack, which in certain cases leads to unusual behavior. Such as a label outside of any form tag finding the form on the stack and complaining about properties being null.
Seems to be a fairly simple fix, and I've attached a patch. This seems to have appeard between 1.5rc1 and 1.5 as we were using 1.5rc1 for a while and never noticed this.
patch to call wizardTag.doFinally()