You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/04/30 12:07:15 UTC

[jira] Commented: (WICKET-518) Remove IFormProcessingListener

    [ https://issues.apache.org/jira/browse/WICKET-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492643 ] 

Eelco Hillenius commented on WICKET-518:
----------------------------------------

It's just too much pain to get rid of it at this stage, and the method isn't as wrong as I thought in the first place, as it supports IVisitor.CONTINUE_TRAVERSAL_BUT_DONT_GO_DEEPER. Tbh, I'm not crazy about how that works, but I guess it's not worth it to have extensive discussions on that at this stage.

IFormProcessingListener is ill named though. What it really does is hint visitors whether children should be processed, or whether visiting should stop at the level of the subject (so only the siblings are processed). I think IFormVisitorParticipant is a much better name for this, and I'm making the change accordingly.

> Remove IFormProcessingListener
> ------------------------------
>
>                 Key: WICKET-518
>                 URL: https://issues.apache.org/jira/browse/WICKET-518
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Eelco Hillenius
>         Assigned To: Eelco Hillenius
>             Fix For: 1.3
>
>
> See http://www.nabble.com/what-is-the-use-case-for-IFormProcessingListener-tf3635720.html#a10152501

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.