You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/02/01 22:23:59 UTC

[jira] Resolved: (WICKET-1518) 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)

     [ https://issues.apache.org/jira/browse/WICKET-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1518.
-----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Igor Vaynberg

i have something similar running on a project using wicket-1.4-rc1. please provide a quickstart based on wicket version you are using

> 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
>            Assignee: Igor Vaynberg
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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.