I am implementing IFormVisitorParticipant to a nested form to stop it from
being processed, but the root form still validates the sub forms validators(ex:
EqualInputValidator)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: WICKET-1518
URL: https://issues.apache.org/jira/browse/WICKET-1518
Project: Wicket
Issue Type: Bug
Environment: Windows XP, Eclipse Europa, Java 1.4, Spring Framework
Reporter: Ashley Abraham
I am implementing IFormVisitorParticipant to a nested form to stop it from
being processed, but the root form still validates the sub forms validators(ex:
EqualInputValidator).
Details: I am implementing IFormVisitorParticpant in a panel where my nested
form resides, the form has formcomponents which are set to required. When the
processChildren() is set to return false everything works as normall, none of
the formcomponents are visited. But, when I add a IFormValidator such as
EqualInputValidator to my nested form, the root form somehow validates only the
validator (EqualInputValidator ) which I add to the nested/sub form.
I've tried to ask this in the Wicket forum
http://www.nabble.com/Submit-a-form-and-ignore-nested-forms-td13794970.html#a16580699
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.