[
https://issues.apache.org/jira/browse/WICKET-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848582#action_12848582
]
Igor Vaynberg commented on WICKET-2788:
---------------------------------------
@martin: child traversal stuff should have been in the code, without it
dontgodeeper was not properly behaving. i put it back, now at the right place,
and also added VisitorTest that checks for it.
i applied the patch, thanks
not sure why formcomponent is not compiling with the proper type, will have a
look into that soon
> Make visitor api cleaner
> ------------------------
>
> Key: WICKET-2788
> URL: https://issues.apache.org/jira/browse/WICKET-2788
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.4.7
> Reporter: Igor Vaynberg
> Assignee: Igor Vaynberg
> Priority: Minor
> Fix For: 1.5-M1
>
> Attachments: wicket-2788-MarkupContainer.patch, wicket-2788.patch,
> wicket-visitors.patch
>
>
> clean up the visitor api so we are not returning magic objects like
> IVisitor.CONTINUE and IVisitor.CONTINUE_BUT_DO_NOT_GO_DEEPER. it should also
> be possible to return null from the visitors, currently reserved for
> IVisitor.CONTINUE
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.