On 4/24/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
we should just change our formprocessing traversals to postorder
Yeah, still absolutely +1 for that. That would make a component like org.apache.wicket.extensions.yui.calendar.DateTimeField more elegant, as it wouldn't have to start with calling updateModel on it's kids (which has the side effect that the kids will actually be updated twice). Eelco
